Spaces:
Sleeping
Sleeping
Create JSON data
Browse files
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 |
+
]
|