fix(lib,nachprufung): correct spelling mistake of "attendance" in template parameter
This commit is contained in:
parent
6841a13fe8
commit
b4bfc87f65
4
lib.typ
4
lib.typ
|
@ -5,7 +5,7 @@
|
||||||
assistant: "", // BeisitzerIn
|
assistant: "", // BeisitzerIn
|
||||||
did_pass: none, // Bestanden? true || false
|
did_pass: none, // Bestanden? true || false
|
||||||
exam_duration: duration(minutes: 0), // Prüfungsdauer
|
exam_duration: duration(minutes: 0), // Prüfungsdauer
|
||||||
attendence: (:
|
attendance: (:
|
||||||
/* Veranstaltung, Jahr, regelmäßig besucht? */
|
/* Veranstaltung, Jahr, regelmäßig besucht? */
|
||||||
"Vorlesung": (year: "", did_attend: ""),
|
"Vorlesung": (year: "", did_attend: ""),
|
||||||
"Übung": (year: "", did_attend: ""),
|
"Übung": (year: "", did_attend: ""),
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
"Vorlesung": (year: "", did_attend: ""),
|
"Vorlesung": (year: "", did_attend: ""),
|
||||||
"Übung": (year: "", did_attend: ""),
|
"Übung": (year: "", did_attend: ""),
|
||||||
"Tutorium": (year: "", did_attend: ""),
|
"Tutorium": (year: "", did_attend: ""),
|
||||||
..attendence
|
..attendance
|
||||||
)
|
)
|
||||||
#table(columns: (7.4cm,2.4cm,8.2cm),
|
#table(columns: (7.4cm,2.4cm,8.2cm),
|
||||||
table.header(
|
table.header(
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
assistant: "", // BeisitzerIn
|
assistant: "", // BeisitzerIn
|
||||||
did_pass: none, // Bestanden? true || false
|
did_pass: none, // Bestanden? true || false
|
||||||
exam_duration: duration(minutes: 0), // Prüfungsdauer
|
exam_duration: duration(minutes: 0), // Prüfungsdauer
|
||||||
attendence: (:
|
attendance: (:
|
||||||
/* Veranstaltung, Jahr, regelmäßig besucht? */
|
/* Veranstaltung, Jahr, regelmäßig besucht? */
|
||||||
"Vorlesung": (year: "", did_attend: ""),
|
"Vorlesung": (year: "", did_attend: ""),
|
||||||
"Übung": (year: "", did_attend: ""),
|
"Übung": (year: "", did_attend: ""),
|
||||||
|
|
Loading…
Reference in a new issue