diff options
Diffstat (limited to 'muendliche-pruefung-mathematik/README.md')
-rw-r--r-- | muendliche-pruefung-mathematik/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/muendliche-pruefung-mathematik/README.md b/muendliche-pruefung-mathematik/README.md index 334c566..a1bc4d7 100644 --- a/muendliche-pruefung-mathematik/README.md +++ b/muendliche-pruefung-mathematik/README.md @@ -16,9 +16,9 @@ Zum Erstellen des Dokumentes müssen lediglich die Argumente in der Datei `main.typ` ausgefüllt werden. ```typst -#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.{DIPLOM, STAATSEXAM, STUDIENBEGLEITEND, BACHELOR, MASTER} @@ -29,12 +29,12 @@ Zum Erstellen des Dokumentes müssen lediglich die Argumente in der Datei exam_duration: duration(minutes: 0), // Prüfungsdauer checked_knowledge_gaps: none, // Wurde Unwissen abgeprüft? attendance: ( - // Titel der Vorlesung, Dozent, Wann gehört, SWS, ECTS, LP - (lecture: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), - (lecture: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), - (lecture: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), - (lecture: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), - (lecture: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), + /* Titel der Vorlesung, Dozent, Wann gehört, SWS, ECTS, LP */ + event(name: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), + event(name: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), + event(name: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), + event(name: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), + event(name: "", lecturer: "", year: "", sws: "", ects: "", lp: ""), ), attendance_worth: [ // Wie regelmäßig hast du die Lehrveranstaltungen besucht? Hat sich der |