mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
37 lines
840 B
JSON
37 lines
840 B
JSON
{
|
|
"subject": "Example Quizz",
|
|
"questions": [
|
|
{
|
|
"question": "Which soundtrack is this?",
|
|
"answers": [
|
|
"Nature sounds",
|
|
"Piano solo",
|
|
"Electronic beat",
|
|
"Chill guitar"
|
|
],
|
|
"media": {
|
|
"type": "audio",
|
|
"url": "https://file-examples.com/storage/fee95f49ad692e9489b0fab/2017/11/file_example_WAV_1MG.wav"
|
|
},
|
|
"solution": 1,
|
|
"cooldown": 5,
|
|
"time": 25
|
|
},
|
|
{
|
|
"question": "Which landmark appears in this clip?",
|
|
"answers": [
|
|
"Eiffel Tower",
|
|
"Sydney Opera House",
|
|
"Statue of Liberty",
|
|
"Golden Gate Bridge"
|
|
],
|
|
"media": {
|
|
"type": "youtube",
|
|
"url": "https://www.youtube.com/watch?v=jNQXAC9IVRw"
|
|
},
|
|
"solution": 3,
|
|
"cooldown": 5,
|
|
"time": 60
|
|
}
|
|
]
|
|
} |