Benny-Tang commited on
Commit
d43a493
·
verified ·
1 Parent(s): b2c3ef9

Update questions.json

Browse files
Files changed (1) hide show
  1. questions.json +17 -21
questions.json CHANGED
@@ -1,30 +1,26 @@
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
- {
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
+