Spaces:
Runtime error
Runtime error
Create questions.json
Browse files- questions.json +20 -0
questions.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": 1,
|
| 4 |
+
"subject": "Form2_Math",
|
| 5 |
+
"question_type": "mcq",
|
| 6 |
+
"text": "What is 3/4 + 1/2?",
|
| 7 |
+
"choices": ["1 1/4", "5/4", "1.25", "2"],
|
| 8 |
+
"correct_answer": "5/4",
|
| 9 |
+
"topics": ["fractions"]
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"id": 2,
|
| 13 |
+
"subject": "Form2_Math",
|
| 14 |
+
"question_type": "mcq",
|
| 15 |
+
"text": "Solve: 2x + 3 = 7",
|
| 16 |
+
"choices": ["x=1", "x=2", "x=3", "x=4"],
|
| 17 |
+
"correct_answer": "x=2",
|
| 18 |
+
"topics": ["linear_equations"]
|
| 19 |
+
}
|
| 20 |
+
]
|