commit bd08b001612a7c94c440c4a6bc80ef084ac8143d
parent c16392d3b8e04598c51fb1d158c066775d638d6b
Author: orangerot <orangerot@orangerot.dev>
Date: Wed, 25 Mar 2026 15:54:02 +0100
fix: examinee / examiner got mixed up
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/muendliche-pruefung/lib.typ b/muendliche-pruefung/lib.typ
@@ -67,8 +67,8 @@
#show <preparation_time>: preparation_time
#show <agreements>: agreements
#show <preparations>: it => [#it #preparations]
- #show <examiner_behavior>: it => [#it #examinee_behavior]
- #show <examinee_behavior>: examiner_behavior
+ #show <examiner_behavior>: it => [#it #examiner_behavior]
+ #show <examinee_behavior>: examinee_behavior
#show <kind>: {
for exam_kind in KIND.values().filter(it => it != KIND.NONE) [
#radiobox(checked: kind == exam_kind) #exam_kind \