38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
questions: # expects a list equal to the tier
|
|
- title: "Name at least 10 of the characters here"
|
|
time-limit: 60 # If omitted there is no time limit
|
|
answer: 10
|
|
image: "anime/assets/shounen_name_characters.png"
|
|
# Types: builtin
|
|
# - WhatIs (default),
|
|
# - MultipleChoice,
|
|
# - GuessSound (.wav, .mp3, .ogg, .oga, .ogv),
|
|
# - GuessImage (.png, jpg),
|
|
# - GuessVideo (.ogv)
|
|
template: "one-image" # template to use
|
|
- title: "2+2="
|
|
time-limit: 10 # If omitted there is no time limit
|
|
answer: 4
|
|
imageA: ""
|
|
imageB: ""
|
|
template: "imageword" # template to use
|
|
- title: "4+4="
|
|
time-limit: 10 # If omitted there is no time limit
|
|
answer: 8
|
|
# Types: builtin
|
|
# - WhatIs (default),
|
|
# - MultipleChoice,
|
|
# - GuessSound (.wav, .mp3, .ogg, .oga, .ogv),
|
|
# - GuessImage (.png, jpg),
|
|
# - GuessVideo (.ogv)
|
|
template: "whatis" # template to use
|
|
- title: "8+8="
|
|
time-limit: 10 # If omitted there is no time limit
|
|
answer: 16
|
|
# Types: builtin
|
|
# - WhatIs (default),
|
|
# - MultipleChoice,
|
|
# - GuessSound (.wav, .mp3, .ogg, .oga, .ogv),
|
|
# - GuessImage (.png, jpg),
|
|
# - GuessVideo (.ogv)
|
|
template: "whatis" # template to use |