summaryrefslogtreecommitdiff
path: root/muendliche-nachpruefung/main.typ
diff options
context:
space:
mode:
authororangerot <orangerot@orangerot.dev>2025-09-09 13:18:10 +0200
committerorangerot <orangerot@orangerot.dev>2025-09-09 13:18:10 +0200
commit2ed73f8bf490c946915547fff63b3be1c659890b (patch)
tree3a2c9c1724662171f334dcd874fda69fe4d349d6 /muendliche-nachpruefung/main.typ
parentc6e566775daa8c77b1a9108ef2bfd1d9c1146b9d (diff)
feat: package definiton with library and template
Diffstat (limited to 'muendliche-nachpruefung/main.typ')
-rw-r--r--muendliche-nachpruefung/main.typ14
1 files changed, 7 insertions, 7 deletions
diff --git a/muendliche-nachpruefung/main.typ b/muendliche-nachpruefung/main.typ
index 888e89a..55585da 100644
--- a/muendliche-nachpruefung/main.typ
+++ b/muendliche-nachpruefung/main.typ
@@ -1,17 +1,17 @@
-#import "lib.typ": oral-post-exam
+#import "lib.typ": exam-report, event
-#show: oral-post-exam.with(
+#show: exam-report.with(
lecture: "", // Fach
date: datetime(year: 0, month: 1, day: 1), // Prüfungsdatum
examiner: "", // PrüferIn (Prof)
assistant: "", // BeisitzerIn
did_pass: none, // Bestanden? true || false
exam_duration: duration(minutes: 0), // Prüfungsdauer
- attendance: (:
- /* Veranstaltung, Jahr, regelmäßig besucht? */
- "Vorlesung": (year: "", did_attend: ""),
- "Übung": (year: "", did_attend: ""),
- "Tutorium": (year: "", did_attend: ""),
+ attendance: (
+ /* Veranstaltung, Jahr, regelmäßig besucht? */
+ event(name: "Vorlesung", year: "", did_attend: ""),
+ event(name: "Übung", year: "", did_attend: ""),
+ event(name: "Tutorium", year: "", did_attend: ""),
),
preparation_time: [
// Wie lange und wie hast alleine bzw. mit anderen vorbereitet?