Benny-Tang commited on
Commit
d9f26e7
·
verified ·
1 Parent(s): f53cf63

Update questions.json

Browse files
Files changed (1) hide show
  1. 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
+