diff options
Diffstat (limited to 'muendliche-pruefung/main.typ')
-rw-r--r-- | muendliche-pruefung/main.typ | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/muendliche-pruefung/main.typ b/muendliche-pruefung/main.typ index 40e8da0..cf6adcf 100644 --- a/muendliche-pruefung/main.typ +++ b/muendliche-pruefung/main.typ @@ -1,6 +1,6 @@ -#import "lib.typ": oral-exam, KIND +#import "lib.typ": exam-report, event, KIND -#show: oral-exam.with( +#show: exam-report.with( study: "", // Studiengang lecture: "", // Fach kind: KIND.NONE, // Prüfungsart KIND.{WAHLPFLICHT, VERTIEFUNGSFACH, ERGUENZUNGSFACH} @@ -12,10 +12,10 @@ exam_duration: duration(minutes: 0), // Prüfungsdauer attendance: ( /* Veranstaltung, Dozent(in), Jahr, regelmäßig besucht? */ - (lecture: "", lecturer: "", year: "", did_attend: ""), - (lecture: "", lecturer: "", year: "", did_attend: ""), - (lecture: "", lecturer: "", year: "", did_attend: ""), - (lecture: "", lecturer: "", year: "", did_attend: ""), + event(name: "", lecturer: "", year: "", did_attend: ""), + event(name: "", lecturer: "", year: "", did_attend: ""), + event(name: "", lecturer: "", year: "", did_attend: ""), + event(name: "", lecturer: "", year: "", did_attend: ""), ), attendance_worth: [ // Hat sich der Besuch / Nichtbesuch der Veranstaltung für dich gelohnt? |