deactivate Prüfungsname, it doesn't fit the story
This commit is contained in:
parent
83e5332830
commit
6a687d9c7d
|
@ -98,12 +98,12 @@ network = Network(
|
|||
prüfung = ["schriftliche ", "mündliche "],
|
||||
),
|
||||
prüfung = FixedText(
|
||||
prüfungsname = "Prüfung '",
|
||||
stop = "Prüfung.",
|
||||
),
|
||||
prüfungsname = Choice(
|
||||
prüfungsname = Choice( #inactive
|
||||
prüfungsname_end = get_names("chemie_prüfungen.csv"),
|
||||
),
|
||||
prüfungsname_end = FixedText(
|
||||
prüfungsname_end = FixedText( #incative
|
||||
stop = "'.",
|
||||
),
|
||||
versuch = Choice(
|
||||
|
|
Loading…
Reference in a new issue