12 lines
174 B
TOML
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
|
|
|