ars/testquiz.toml
2023-11-01 21:12:18 +01:00

12 lines
174 B
TOML

wait_for = 15
[[fields]]
name = "Who is there?"
answers = [ "A", "B", "C", "D"]
correct = 0
[[fields]]
name = "What is there?"
answers = [ "A", "B", "C", "D"]
correct = 0