ars/testquiz.toml

13 lines
174 B
TOML
Raw Normal View History

2023-11-01 21:12:18 +01:00
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