ars/testquiz.toml

15 lines
226 B
TOML
Raw Normal View History

2023-11-01 21:12:18 +01:00
wait_for = 15
2023-11-02 22:46:38 +01:00
[[questions]]
type = "single_choice"
2023-11-01 21:12:18 +01:00
name = "Who is there?"
answers = [ "A", "B", "C", "D"]
correct = 0
2023-11-02 22:46:38 +01:00
[[questions]]
type = "single_choice"
2023-11-01 21:12:18 +01:00
name = "What is there?"
answers = [ "A", "B", "C", "D"]
correct = 0