Spaces:
Runtime error
Runtime error
Update questions.json
Browse files- questions.json +17 -21
questions.json
CHANGED
|
@@ -1,30 +1,26 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
-
"id":
|
| 4 |
-
"subject": "
|
| 5 |
"question_type": "mcq",
|
| 6 |
-
"text": "
|
| 7 |
-
"choices": ["
|
| 8 |
-
"correct_answer": "
|
| 9 |
-
"topics": ["
|
|
|
|
|
|
|
| 10 |
},
|
| 11 |
{
|
| 12 |
-
"id":
|
| 13 |
-
"subject": "
|
| 14 |
"question_type": "mcq",
|
| 15 |
-
"text": "
|
| 16 |
-
"choices": ["
|
| 17 |
-
"correct_answer": "
|
| 18 |
-
"topics": ["
|
| 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 |
|
|
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
+
"id": 1000,
|
| 4 |
+
"subject": "Form5_Math",
|
| 5 |
"question_type": "mcq",
|
| 6 |
+
"text": "If 2x + 3 = 11, what is x?",
|
| 7 |
+
"choices": ["2", "3", "4", "5"],
|
| 8 |
+
"correct_answer": "4",
|
| 9 |
+
"topics": ["linear_equations"],
|
| 10 |
+
"difficulty": 2,
|
| 11 |
+
"source": "pastpaper"
|
| 12 |
},
|
| 13 |
{
|
| 14 |
+
"id": 1001,
|
| 15 |
+
"subject": "Form5_Physics",
|
| 16 |
"question_type": "mcq",
|
| 17 |
+
"text": "What is the SI unit of force?",
|
| 18 |
+
"choices": ["Joule", "Newton", "Pascal", "Watt"],
|
| 19 |
+
"correct_answer": "Newton",
|
| 20 |
+
"topics": ["mechanics"],
|
| 21 |
+
"difficulty": 2,
|
| 22 |
+
"source": "pastpaper"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
}
|
| 24 |
]
|
| 25 |
|
| 26 |
+
|