Added quiz starter templates
This commit is contained in:
12
questions.json
Normal file
12
questions.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"question": "EXAMPLE: What is the capital of Russia?",
|
||||
"options": ["St. Petersburg", "Moscow", "Kazan", "Sochi"],
|
||||
"correct_answer": "Moscow"
|
||||
},
|
||||
{
|
||||
"question": "TODO: Danil - Add Russian culture question here",
|
||||
"options": ["Option A", "Option B", "Option C", "Option D"],
|
||||
"correct_answer": "Correct Answer"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user