File size: 5,674 Bytes
42ca770
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
    {
        "category": "Geography",
        "instructions": [
            {"question": "What is the capital of Germany?", "answer": "Berlin"},
            {"question": "What is the capital of France?", "answer": "Paris"},
            {"question": "What is the capital of Italy?", "answer": "Rome"},
            {"question": "What is the capital of Spain?", "answer": "Madrid"},
            {"question": "What is the capital of Japan?", "answer": "Tokyo"},
            {"question": "What is the capital of Canada?", "answer": "Ottawa"},
            {"question": "What is the capital of Australia?", "answer": "Canberra"},
            {"question": "What is the capital of Brazil?", "answer": "Brasilia"},
            {"question": "What is the capital of India?", "answer": "New Delhi"},
            {"question": "What is the capital of Russia?", "answer": "Moscow"}
        ]
    },
    {
        "category": "Math",
        "instructions": [
            {"question": "What is 2 + 7?", "answer": "9"},
            {"question": "What is 3 + 3?", "answer": "6"},
            {"question": "What is 9 - 4?", "answer": "5"},
            {"question": "What is 8 * 3?", "answer": "24"},
            {"question": "What is 12 / 4?", "answer": "3"},
            {"question": "What is the square of 5?", "answer": "25"},
            {"question": "What is the cube of 3?", "answer": "27"},
            {"question": "What is 10 % 4?", "answer": "2"},
            {"question": "What is 9 squared?", "answer": "81"},
            {"question": "What is the square root of 64?", "answer": "8"}
        ]
    },
    {
        "category": "Science",
        "instructions": [
            {"question": "What is the color of the sky on a clear day?", "answer": "blue"},
            {"question": "What is the color of grass?", "answer": "green"},
            {"question": "What is the name of the planet we live on?", "answer": "Earth"},
            {"question": "What is the name of the star at the center of our solar system?", "answer": "Sun"},
            {"question": "What is the freezing point of water in Celsius?", "answer": "0"},
            {"question": "What is the boiling point of water in Celsius?", "answer": "100"},
            {"question": "What is the chemical formula for carbon dioxide?", "answer": "CO2"},
            {"question": "What is the chemical formula for oxygen gas?", "answer": "O2"},
            {"question": "What is the hardest natural substance on Earth?", "answer": "diamond"},
            {"question": "What is the primary gas in Earth's atmosphere?", "answer": "nitrogen"}
        ]
    },
    {
        "category": "Biology",
        "instructions": [
            {"question": "What is the largest mammal?", "answer": "whale"},
            {"question": "What is the fastest land animal?", "answer": "cheetah"},
            {"question": "What is the smallest unit of life?", "answer": "cell"},
            {"question": "What is the process by which plants make food?", "answer": "photosynthesis"},
            {"question": "What is the organ that pumps blood in the human body?", "answer": "heart"},
            {"question": "What is the name of the human body's largest organ?", "answer": "skin"},
            {"question": "What is the name of the human body's strongest muscle?", "answer": "masseter"},
            {"question": "What is the name of the human body's smallest bone?", "answer": "stapes"},
            {"question": "What is the name of the human body's largest bone?", "answer": "femur"},
            {"question": "What is the name of the protein in red blood cells?", "answer": "hemoglobin"}
        ]
    },
    {
        "category": "Chemistry",
        "instructions": [
            {"question": "What is the chemical symbol for water?", "answer": "H2O"},
            {"question": "What is the chemical symbol for oxygen?", "answer": "O"},
            {"question": "What is the chemical symbol for gold?", "answer": "Au"},
            {"question": "What is the chemical symbol for sodium?", "answer": "Na"},
            {"question": "What is the pH of pure water?", "answer": "7"},
            {"question": "What is the chemical formula for table salt?", "answer": "NaCl"},
            {"question": "What is the chemical formula for methane?", "answer": "CH4"},
            {"question": "What is the chemical formula for ammonia?", "answer": "NH3"},
            {"question": "What is the chemical formula for glucose?", "answer": "C6H12O6"},
            {"question": "What is the chemical formula for ethanol?", "answer": "C2H5OH"}
        ]
    },
    {
        "category": "Language",
        "instructions": [
            {"question": "What is the first letter of the alphabet?", "answer": "A"},
            {"question": "What is the last letter of the alphabet?", "answer": "Z"},
            {"question": "What is the plural of 'child'?", "answer": "children"},
            {"question": "What is the past tense of 'run'?", "answer": "ran"},
            {"question": "What is the name of the punctuation mark used at the end of a question?", "answer": "question mark"},
            {"question": "What is the name of the punctuation mark used to separate items in a list?", "answer": "comma"},
            {"question": "What is the term for a word that describes a noun?", "answer": "adjective"},
            {"question": "What is the term for a word that expresses an action?", "answer": "verb"},
            {"question": "What is the term for a word that replaces a noun?", "answer": "pronoun"},
            {"question": "What is the term for a word that connects clauses or sentences?", "answer": "conjunction"}
        ]
    }
]