mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
Initial clean state
This commit is contained in:
37
config/quizz/example.json
Normal file
37
config/quizz/example.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user