Samirbagda commited on
Commit
e6c99f9
·
verified ·
1 Parent(s): e669d46

Create JSON data

Browse files
Files changed (1) hide show
  1. JSON data +28 -0
JSON data ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "question": "What is the capital of India?",
4
+ "options": ["Mumbai", "New Delhi", "Kolkata", "Chennai"],
5
+ "answer": "New Delhi"
6
+ },
7
+ {
8
+ "question": "Who is known as the Father of the Nation in India?",
9
+ "options": ["Subhash Chandra Bose", "Mahatma Gandhi", "Jawaharlal Nehru", "B. R. Ambedkar"],
10
+ "answer": "Mahatma Gandhi"
11
+ },
12
+ {
13
+ "question": "Which planet is known as the Red Planet?",
14
+ "options": ["Earth", "Mars", "Jupiter", "Saturn"],
15
+ "answer": "Mars"
16
+ },
17
+ {
18
+ "question": "What is the national animal of India?",
19
+ "options": ["Lion", "Elephant", "Tiger", "Leopard"],
20
+ "answer": "Tiger"
21
+ },
22
+ {
23
+ "question": "Who invented the light bulb?",
24
+ "options": ["Alexander Graham Bell", "Thomas Edison", "Isaac Newton", "Nikola Tesla"],
25
+ "answer": "Thomas Edison"
26
+ }
27
+ // Total 30 questions honge...
28
+ ]