File size: 1,825 Bytes
850a044
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "solar_system": [
    {
      "question": "What is the largest planet in our solar system?",
      "options": ["Earth", "Jupiter", "Saturn", "Mars"],
      "correct_answer": "Jupiter"
    },
    {
      "question": "Which planet is known as the Red Planet?",
      "options": ["Venus", "Mars", "Jupiter", "Saturn"],
      "correct_answer": "Mars"
    },
    {
      "question": "How many moons does Earth have?",
      "options": ["1", "2", "3", "0"],
      "correct_answer": "1"
    },
    {
      "question": "What is the closest star to Earth?",
      "options": ["Alpha Centauri", "Sirius", "The Sun", "Proxima Centauri"],
      "correct_answer": "The Sun"
    },
    {
      "question": "Which planet has the most moons?",
      "options": ["Jupiter", "Saturn", "Uranus", "Neptune"],
      "correct_answer": "Saturn"
    }
  ],
  "indian_history": [
    {
      "question": "Who was the first Prime Minister of India?",
      "options": ["Mahatma Gandhi", "Jawaharlal Nehru", "Sardar Patel", "Dr. Rajendra Prasad"],
      "correct_answer": "Jawaharlal Nehru"
    },
    {
      "question": "In which year did India gain independence?",
      "options": ["1945", "1947", "1948", "1950"],
      "correct_answer": "1947"
    },
    {
      "question": "Who is known as the Father of the Nation in India?",
      "options": ["Nehru", "Gandhi", "Patel", "Azad"],
      "correct_answer": "Gandhi"
    },
    {
      "question": "Which movement was started by Mahatma Gandhi in 1942?",
      "options": ["Non-Cooperation", "Salt March", "Quit India", "Khilafat"],
      "correct_answer": "Quit India"
    },
    {
      "question": "Who wrote the Indian National Anthem?",
      "options": ["Rabindranath Tagore", "Bankim Chandra", "Sarojini Naidu", "Subhas Bose"],
      "correct_answer": "Rabindranath Tagore"
    }
  ]
}