14 lines
226 B
TOML
14 lines
226 B
TOML
wait_for = 15
|
|
|
|
[[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
|
|
|