ars/testquiz.toml

15 lines
228 B
TOML

wait_for = 3600
[[questions]]
type = "single_choice"
name = "Who is there?"
answers = [ "A", "B", "C", "D"]
correct = 0
[[questions]]
type = "single_choice"
name = "What is there?"
answers = [ "A", "B", "C", "D"]
correct = 0