vorlagen-muendliche-pruefungen

git clone git://source.orangerot.dev/university/vorlagen-muendliche-pruefungen.git
Log | Files | Refs | README

commit b4bfc87f6524d124178f7775b9a3bf03c0cb9796
parent 6841a13fe8eabab464343a2ae9bb350a063f086b
Author: orangerot <orangerot@orangerot.dev>
Date:   Tue, 26 Aug 2025 19:23:09 +0200

fix(lib,nachprufung): correct spelling mistake of "attendance" in template parameter

Diffstat:
Mlib.typ | 4++--
Mnachprufung.typ | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib.typ b/lib.typ @@ -5,7 +5,7 @@ assistant: "", // BeisitzerIn did_pass: none, // Bestanden? true || false exam_duration: duration(minutes: 0), // Prüfungsdauer - attendence: (: + attendance: (: /* Veranstaltung, Jahr, regelmäßig besucht? */ "Vorlesung": (year: "", did_attend: ""), "Übung": (year: "", did_attend: ""), @@ -107,7 +107,7 @@ "Vorlesung": (year: "", did_attend: ""), "Übung": (year: "", did_attend: ""), "Tutorium": (year: "", did_attend: ""), - ..attendence + ..attendance ) #table(columns: (7.4cm,2.4cm,8.2cm), table.header( diff --git a/nachprufung.typ b/nachprufung.typ @@ -7,7 +7,7 @@ assistant: "", // BeisitzerIn did_pass: none, // Bestanden? true || false exam_duration: duration(minutes: 0), // Prüfungsdauer - attendence: (: + attendance: (: /* Veranstaltung, Jahr, regelmäßig besucht? */ "Vorlesung": (year: "", did_attend: ""), "Übung": (year: "", did_attend: ""),