35 lines
1.4 KiB
YAML
35 lines
1.4 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"
|
|
template: "one-image" # template to use
|
|
display-answer: true # displays the correct answer before returning to the main screen
|
|
- title: "What anime is this?"
|
|
time-limit: 30 # If omitted there is no time limit
|
|
answer: "steins;gate"
|
|
imageA: "anime/assets/beer.jpg"
|
|
imageB: "anime/assets/gate.jpg"
|
|
display-answer: true # displays the correct answer before returning to the main screen
|
|
template: "imageword" # template to use
|
|
- title: "What is 2+2"
|
|
answer: 2 # positon of correct answer
|
|
choices:
|
|
- "22"
|
|
- "4" # this is 2
|
|
- "9000"
|
|
- "-4"
|
|
- "wack"
|
|
template: "multiplechoice" # template to use
|
|
- title: "Who directed the groundbreaking film 'Akira',\nwhich helped introduce anime to Western audiences?"
|
|
time-limit: 10 # If omitted there is no time limit
|
|
answer: "Katsuhiro Otomo"
|
|
template: "whatis" # template to use
|
|
display-answer: true # displays the correct answer before returning to the main screen
|
|
- title: "What is this?"
|
|
answer: "Bunny shit"
|
|
video: "anime/assets/bunny.ogv"
|
|
start: 4
|
|
playFor: 3
|
|
template: "whatvideo" # template to use
|
|
display-answer: true # displays the correct answer before returning to the main screen |