summaryrefslogtreecommitdiff
path: root/muendliche-nachpruefung/main.typ
diff options
context:
space:
mode:
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?