Spaces:
Runtime error
Runtime error
Update questions.json
Browse files- questions.json +10 -0
questions.json
CHANGED
|
@@ -16,5 +16,15 @@
|
|
| 16 |
"choices": ["x=1", "x=2", "x=3", "x=4"],
|
| 17 |
"correct_answer": "x=2",
|
| 18 |
"topics": ["linear_equations"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
}
|
| 20 |
]
|
|
|
|
|
|
| 16 |
"choices": ["x=1", "x=2", "x=3", "x=4"],
|
| 17 |
"correct_answer": "x=2",
|
| 18 |
"topics": ["linear_equations"]
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"id": 3,
|
| 22 |
+
"subject": "Form3_Science",
|
| 23 |
+
"question_type": "mcq",
|
| 24 |
+
"text": "Which organelle is responsible for photosynthesis?",
|
| 25 |
+
"choices": ["Nucleus", "Chloroplast", "Mitochondria", "Ribosome"],
|
| 26 |
+
"correct_answer": "Chloroplast",
|
| 27 |
+
"topics": ["cell_biology"]
|
| 28 |
}
|
| 29 |
]
|
| 30 |
+
|