-
Notifications
You must be signed in to change notification settings - Fork 0
/
text.json
869 lines (869 loc) · 23.4 KB
/
text.json
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
{
"quizzes": [
{
"id": "geo1",
"question": "What is the capital of Germany?",
"options": ["Berlin", "Hamburg", "Munich", "Frankfurt"],
"correctAnswer": 0,
"category": "Geography",
"difficulty": "Easy",
"topic": "World Capitals",
"points": 10
},
{
"id": "geo2",
"question": "Which is the longest river in the world?",
"options": ["Amazon", "Nile", "Yangtze", "Mississippi"],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Medium",
"topic": "Rivers",
"points": 15
},
{
"id": "geo3",
"question": "What is the highest mountain in the world?",
"options": ["K2", "Mount Everest", "Kangchenjunga", "Makalu"],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Easy",
"topic": "Mountains",
"points": 10
},
{
"id": "geo4",
"question": "Which continent is the Sahara Desert located on?",
"options": ["Asia", "Africa", "Australia", "Europe"],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Easy",
"topic": "Deserts",
"points": 5
},
{
"id": "geo5",
"question": "Which country has the most islands?",
"options": ["Indonesia", "Canada", "Sweden", "Philippines"],
"correctAnswer": 2,
"category": "Geography",
"difficulty": "Medium",
"topic": "Countries",
"points": 10
},
{
"id": "geo6",
"question": "Which U.S. state is the Grand Canyon located in?",
"options": ["Arizona", "Nevada", "Utah", "Colorado"],
"correctAnswer": 0,
"category": "Geography",
"difficulty": "Easy",
"topic": "Landmarks",
"points": 5
},
{
"id": "geo7",
"question": "What is the name of the line that divides the Earth into Northern and Southern Hemispheres?",
"options": [
"Prime Meridian",
"Equator",
"Tropic of Cancer",
"Tropic of Capricorn"
],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Easy",
"topic": "Hemispheres",
"points": 5
},
{
"id": "geo8",
"question": "Which ocean surrounds the Maldives?",
"options": [
"Indian Ocean",
"Pacific Ocean",
"Atlantic Ocean",
"Arctic Ocean"
],
"correctAnswer": 0,
"category": "Geography",
"difficulty": "Medium",
"topic": "Oceans",
"points": 10
},
{
"id": "geo9",
"question": "What is the largest desert in the world?",
"options": ["Sahara", "Arctic", "Gobi", "Antarctica"],
"correctAnswer": 3,
"category": "Geography",
"difficulty": "Medium",
"topic": "Deserts",
"points": 15
},
{
"id": "geo10",
"question": "Which European city is known as the 'City of Canals'?",
"options": ["Amsterdam", "Venice", "Bruges", "Hamburg"],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Medium",
"topic": "Cities",
"points": 15
},
{
"id": "geo11",
"question": "What is the name of the sea bordered by Jordan, Israel, and Palestine?",
"options": ["Red Sea", "Dead Sea", "Mediterranean Sea", "Black Sea"],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Easy",
"topic": "Seas",
"points": 10
},
{
"id": "geo12",
"question": "What is the smallest country in the world?",
"options": ["Monaco", "Vatican City", "Liechtenstein", "San Marino"],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Easy",
"topic": "Countries",
"points": 5
},
{
"id": "geo13",
"question": "Which country is home to the Great Barrier Reef?",
"options": ["Brazil", "South Africa", "Australia", "Mexico"],
"correctAnswer": 2,
"category": "Geography",
"difficulty": "Easy",
"topic": "Landmarks",
"points": 5
},
{
"id": "geo14",
"question": "Which African country is known as the 'Pearl of Africa'?",
"options": ["Kenya", "Uganda", "Nigeria", "Ghana"],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Medium",
"topic": "Countries",
"points": 15
},
{
"id": "geo15",
"question": "What is the capital city of Canada?",
"options": ["Toronto", "Ottawa", "Vancouver", "Montreal"],
"correctAnswer": 1,
"category": "Geography",
"difficulty": "Medium",
"topic": "World Capitals",
"points": 10
},
{
"id": "sci1",
"question": "What is the powerhouse of the cell?",
"options": ["Nucleus", "Mitochondria", "Ribosome", "Golgi apparatus"],
"correctAnswer": 1,
"category": "Science",
"difficulty": "Easy",
"topic": "Biology",
"points": 10
},
{
"id": "sci2",
"question": "What is the chemical symbol for gold?",
"options": ["Au", "Ag", "Pb", "Fe"],
"correctAnswer": 0,
"category": "Science",
"difficulty": "Easy",
"topic": "Chemistry",
"points": 10
},
{
"id": "sci3",
"question": "What is the speed of light in a vacuum?",
"options": [
"300,000 km/s",
"150,000 km/s",
"450,000 km/s",
"600,000 km/s"
],
"correctAnswer": 0,
"category": "Science",
"difficulty": "Medium",
"topic": "Physics",
"points": 15
},
{
"id": "sci4",
"question": "What is the most abundant gas in Earth's atmosphere?",
"options": ["Oxygen", "Nitrogen", "Carbon Dioxide", "Argon"],
"correctAnswer": 1,
"category": "Science",
"difficulty": "Easy",
"topic": "Atmosphere",
"points": 10
},
{
"id": "sci5",
"question": "What is the basic unit of life?",
"options": ["Atom", "Molecule", "Cell", "Organ"],
"correctAnswer": 2,
"category": "Science",
"difficulty": "Easy",
"topic": "Biology",
"points": 10
},
{
"id": "sci6",
"question": "Which planet has the most moons?",
"options": ["Jupiter", "Saturn", "Mars", "Uranus"],
"correctAnswer": 1,
"category": "Science",
"difficulty": "Medium",
"topic": "Astronomy",
"points": 15
},
{
"id": "sci7",
"question": "What is H2O commonly known as?",
"options": ["Hydrogen Peroxide", "Water", "Oxygen", "Salt"],
"correctAnswer": 1,
"category": "Science",
"difficulty": "Easy",
"topic": "Chemistry",
"points": 5
},
{
"id": "sci8",
"question": "What does DNA stand for?",
"options": [
"Deoxyribonucleic Acid",
"Dioxygen Nucleic Acid",
"Dinitrogen Acid",
"Diphosphate Nucleic Acid"
],
"correctAnswer": 0,
"category": "Science",
"difficulty": "Medium",
"topic": "Biology",
"points": 15
},
{
"id": "sci9",
"question": "Which organ in the human body is responsible for filtering blood?",
"options": ["Heart", "Kidneys", "Liver", "Lungs"],
"correctAnswer": 1,
"category": "Science",
"difficulty": "Medium",
"topic": "Human Anatomy",
"points": 10
},
{
"id": "sci10",
"question": "What type of bond involves the sharing of electrons?",
"options": [
"Ionic Bond",
"Covalent Bond",
"Hydrogen Bond",
"Metallic Bond"
],
"correctAnswer": 1,
"category": "Science",
"difficulty": "Medium",
"topic": "Chemistry",
"points": 10
},
{
"id": "sci11",
"question": "What is the primary function of chlorophyll in plants?",
"options": [
"Absorb sunlight for photosynthesis",
"Provide structure to leaves",
"Transport nutrients",
"Repel pests"
],
"correctAnswer": 0,
"category": "Science",
"difficulty": "Medium",
"topic": "Biology",
"points": 15
},
{
"id": "sci12",
"question": "What is the atomic number of carbon?",
"options": ["6", "12", "8", "4"],
"correctAnswer": 0,
"category": "Science",
"difficulty": "Easy",
"topic": "Periodic Table",
"points": 10
},
{
"id": "sci13",
"question": "What is the name of the galaxy we live in?",
"options": ["Andromeda", "Milky Way", "Triangulum", "Sombrero"],
"correctAnswer": 1,
"category": "Science",
"difficulty": "Easy",
"topic": "Astronomy",
"points": 5
},
{
"id": "sci14",
"question": "What is the pH value of pure water?",
"options": ["7", "6", "8", "5"],
"correctAnswer": 0,
"category": "Science",
"difficulty": "Easy",
"topic": "Chemistry",
"points": 5
},
{
"id": "sci15",
"question": "Who proposed the theory of relativity?",
"options": [
"Isaac Newton",
"Albert Einstein",
"Niels Bohr",
"Galileo Galilei"
],
"correctAnswer": 1,
"category": "Science",
"difficulty": "Medium",
"topic": "Physics",
"points": 15
},
{
"id": "hist1",
"question": "Who was the first President of the United States?",
"options": [
"George Washington",
"Thomas Jefferson",
"John Adams",
"Abraham Lincoln"
],
"correctAnswer": 0,
"category": "History",
"difficulty": "Easy",
"topic": "American History",
"points": 10
},
{
"id": "hist2",
"question": "In which year did World War II end?",
"options": ["1945", "1939", "1918", "1940"],
"correctAnswer": 0,
"category": "History",
"difficulty": "Medium",
"topic": "World Wars",
"points": 15
},
{
"id": "hist3",
"question": "Which empire was ruled by Julius Caesar?",
"options": [
"Greek Empire",
"Roman Empire",
"Ottoman Empire",
"Mongol Empire"
],
"correctAnswer": 1,
"category": "History",
"difficulty": "Easy",
"topic": "Ancient History",
"points": 10
},
{
"id": "hist4",
"question": "Who was known as the 'Iron Lady'?",
"options": [
"Margaret Thatcher",
"Indira Gandhi",
"Queen Elizabeth I",
"Angela Merkel"
],
"correctAnswer": 0,
"category": "History",
"difficulty": "Medium",
"topic": "Modern History",
"points": 15
},
{
"id": "hist5",
"question": "What was the primary cause of the American Civil War?",
"options": ["Taxes", "Slavery", "Territorial Expansion", "Religion"],
"correctAnswer": 1,
"category": "History",
"difficulty": "Medium",
"topic": "American History",
"points": 10
},
{
"id": "hist6",
"question": "Who was the first emperor of China?",
"options": ["Sun Tzu", "Qin Shi Huang", "Confucius", "Kublai Khan"],
"correctAnswer": 1,
"category": "History",
"difficulty": "Medium",
"topic": "Asian History",
"points": 15
},
{
"id": "hist7",
"question": "The Renaissance began in which country?",
"options": ["France", "Italy", "England", "Germany"],
"correctAnswer": 1,
"category": "History",
"difficulty": "Easy",
"topic": "Cultural History",
"points": 10
},
{
"id": "hist8",
"question": "What year did the Berlin Wall fall?",
"options": ["1989", "1991", "1987", "1993"],
"correctAnswer": 0,
"category": "History",
"difficulty": "Medium",
"topic": "Modern History",
"points": 15
},
{
"id": "hist9",
"question": "Who was the leader of the Soviet Union during World War II?",
"options": [
"Vladimir Lenin",
"Joseph Stalin",
"Nikita Khrushchev",
"Mikhail Gorbachev"
],
"correctAnswer": 1,
"category": "History",
"difficulty": "Medium",
"topic": "World Wars",
"points": 10
},
{
"id": "hist10",
"question": "What event started World War I?",
"options": [
"The assassination of Archduke Franz Ferdinand",
"The invasion of Poland",
"The sinking of the Lusitania",
"The signing of the Treaty of Versailles"
],
"correctAnswer": 0,
"category": "History",
"difficulty": "Medium",
"topic": "World Wars",
"points": 15
},
{
"id": "hist11",
"question": "Who was the last Tsar of Russia?",
"options": [
"Peter the Great",
"Alexander II",
"Nicholas II",
"Ivan the Terrible"
],
"correctAnswer": 2,
"category": "History",
"difficulty": "Medium",
"topic": "Russian History",
"points": 15
},
{
"id": "hist12",
"question": "The Great Pyramid of Giza was built during which civilization?",
"options": ["Greek", "Roman", "Egyptian", "Mesopotamian"],
"correctAnswer": 2,
"category": "History",
"difficulty": "Easy",
"topic": "Ancient History",
"points": 10
},
{
"id": "hist13",
"question": "What was the name of the ship that carried the Pilgrims to America?",
"options": ["Mayflower", "Santa Maria", "HMS Victory", "Endeavour"],
"correctAnswer": 0,
"category": "History",
"difficulty": "Easy",
"topic": "American History",
"points": 10
},
{
"id": "hist14",
"question": "Who led the Indian independence movement against British rule?",
"options": [
"Jawaharlal Nehru",
"Mahatma Gandhi",
"Subhas Chandra Bose",
"Sardar Patel"
],
"correctAnswer": 1,
"category": "History",
"difficulty": "Medium",
"topic": "Asian History",
"points": 15
},
{
"id": "hist15",
"question": "Which treaty ended World War I?",
"options": [
"Treaty of Paris",
"Treaty of Versailles",
"Treaty of Tordesillas",
"Treaty of Ghent"
],
"correctAnswer": 1,
"category": "History",
"difficulty": "Medium",
"topic": "World Wars",
"points": 15
},
{
"id": "math1",
"question": "What is the square root of 49?",
"options": ["6", "7", "8", "9"],
"correctAnswer": 1,
"category": "Mathematics",
"difficulty": "Easy",
"topic": "Basic Arithmetic",
"points": 10
},
{
"id": "math2",
"question": "What is 15% of 200?",
"options": ["25", "30", "35", "40"],
"correctAnswer": 1,
"category": "Mathematics",
"difficulty": "Medium",
"topic": "Percentages",
"points": 15
},
{
"id": "math3",
"question": "What is the value of pi to two decimal places?",
"options": ["3.14", "2.71", "1.41", "3.33"],
"correctAnswer": 0,
"category": "Mathematics",
"difficulty": "Easy",
"topic": "Constants",
"points": 10
},
{
"id": "math4",
"question": "What is the solution to the equation 2x + 5 = 15?",
"options": ["5", "7", "10", "12"],
"correctAnswer": 0,
"category": "Mathematics",
"difficulty": "Medium",
"topic": "Algebra",
"points": 15
},
{
"id": "math5",
"question": "What is the area of a circle with a radius of 7 units?",
"options": [
"49π square units",
"14π square units",
"28π square units",
"21π square units"
],
"correctAnswer": 0,
"category": "Mathematics",
"difficulty": "Medium",
"topic": "Geometry",
"points": 15
},
{
"id": "math6",
"question": "What is 8 times 9?",
"options": ["63", "72", "81", "90"],
"correctAnswer": 1,
"category": "Mathematics",
"difficulty": "Easy",
"topic": "Multiplication",
"points": 5
},
{
"id": "math7",
"question": "What is the derivative of x²?",
"options": ["2x", "x²", "x", "2x²"],
"correctAnswer": 0,
"category": "Mathematics",
"difficulty": "Medium",
"topic": "Calculus",
"points": 15
},
{
"id": "math8",
"question": "What is the largest prime number less than 20?",
"options": ["17", "19", "13", "23"],
"correctAnswer": 1,
"category": "Mathematics",
"difficulty": "Medium",
"topic": "Number Theory",
"points": 15
},
{
"id": "math9",
"question": "What is 7 cubed?",
"options": ["343", "49", "512", "729"],
"correctAnswer": 0,
"category": "Mathematics",
"difficulty": "Medium",
"topic": "Powers",
"points": 10
},
{
"id": "math10",
"question": "What is the hypotenuse of a right triangle with legs of length 3 and 4?",
"options": ["5", "6", "7", "8"],
"correctAnswer": 0,
"category": "Mathematics",
"difficulty": "Easy",
"topic": "Pythagorean Theorem",
"points": 10
},
{
"id": "math11",
"question": "What is the value of 0 factorial (0!)?",
"options": ["0", "1", "Undefined", "-1"],
"correctAnswer": 1,
"category": "Mathematics",
"difficulty": "Easy",
"topic": "Factorials",
"points": 5
},
{
"id": "math12",
"question": "Which of these is not a prime number?",
"options": ["11", "17", "21", "13"],
"correctAnswer": 2,
"category": "Mathematics",
"difficulty": "Medium",
"topic": "Number Theory",
"points": 10
},
{
"id": "math13",
"question": "What is the sum of the angles in a triangle?",
"options": ["90°", "180°", "270°", "360°"],
"correctAnswer": 1,
"category": "Mathematics",
"difficulty": "Easy",
"topic": "Geometry",
"points": 10
},
{
"id": "math14",
"question": "Solve: 4x = 16. What is x?",
"options": ["2", "3", "4", "5"],
"correctAnswer": 2,
"category": "Mathematics",
"difficulty": "Easy",
"topic": "Equations",
"points": 5
},
{
"id": "math15",
"question": "What is the median of the numbers 3, 7, 9, 15, and 20?",
"options": ["7", "9", "15", "11"],
"correctAnswer": 1,
"category": "Mathematics",
"difficulty": "Medium",
"topic": "Statistics",
"points": 10
},
{
"id": "tech1",
"question": "What does CPU stand for?",
"options": [
"Central Processing Unit",
"Central Program Unit",
"Computer Processing Unit",
"Central Performance Unit"
],
"correctAnswer": 0,
"category": "Technology",
"difficulty": "Easy",
"topic": "Hardware",
"points": 10
},
{
"id": "tech2",
"question": "Who is known as the father of the computer?",
"options": ["Alan Turing", "Charles Babbage", "Bill Gates", "Steve Jobs"],
"correctAnswer": 1,
"category": "Technology",
"difficulty": "Medium",
"topic": "History of Computers",
"points": 15
},
{
"id": "tech3",
"question": "What is the binary representation of the decimal number 5?",
"options": ["101", "110", "111", "100"],
"correctAnswer": 0,
"category": "Technology",
"difficulty": "Medium",
"topic": "Binary Numbers",
"points": 10
},
{
"id": "tech4",
"question": "Which programming language is primarily used for Android app development?",
"options": ["Java", "Swift", "C#", "Python"],
"correctAnswer": 0,
"category": "Technology",
"difficulty": "Medium",
"topic": "Programming",
"points": 15
},
{
"id": "tech5",
"question": "What does HTML stand for?",
"options": [
"HyperText Markup Language",
"HyperTransfer Markup Language",
"HighText Machine Language",
"HyperTech Markup Language"
],
"correctAnswer": 0,
"category": "Technology",
"difficulty": "Easy",
"topic": "Web Development",
"points": 10
},
{
"id": "tech6",
"question": "Which company developed the Windows operating system?",
"options": ["Apple", "Google", "Microsoft", "IBM"],
"correctAnswer": 2,
"category": "Technology",
"difficulty": "Easy",
"topic": "Operating Systems",
"points": 5
},
{
"id": "tech7",
"question": "What is the function of a router in networking?",
"options": [
"Stores data",
"Connects multiple networks",
"Secures network connections",
"Manages user accounts"
],
"correctAnswer": 1,
"category": "Technology",
"difficulty": "Medium",
"topic": "Networking",
"points": 15
},
{
"id": "tech8",
"question": "Which programming language is considered the backbone of the web?",
"options": ["Python", "C++", "JavaScript", "Ruby"],
"correctAnswer": 2,
"category": "Technology",
"difficulty": "Medium",
"topic": "Web Development",
"points": 10
},
{
"id": "tech9",
"question": "What is the full form of AI?",
"options": [
"Artificial Integration",
"Automated Intelligence",
"Artificial Intelligence",
"Automated Integration"
],
"correctAnswer": 2,
"category": "Technology",
"difficulty": "Easy",
"topic": "Artificial Intelligence",
"points": 5
},
{
"id": "tech10",
"question": "Which company owns the Android operating system?",
"options": ["Apple", "Microsoft", "Google", "Samsung"],
"correctAnswer": 2,
"category": "Technology",
"difficulty": "Easy",
"topic": "Mobile Platforms",
"points": 10
},
{
"id": "tech11",
"question": "What is an example of a high-level programming language?",
"options": ["Assembly", "C", "Machine Code", "Binary"],
"correctAnswer": 1,
"category": "Technology",
"difficulty": "Medium",
"topic": "Programming",
"points": 15
},
{
"id": "tech12",
"question": "Which cloud platform is developed by Amazon?",
"options": ["Azure", "AWS", "Google Cloud", "IBM Cloud"],
"correctAnswer": 1,
"category": "Technology",
"difficulty": "Medium",
"topic": "Cloud Computing",
"points": 15
},
{
"id": "tech13",
"question": "What does IoT stand for?",
"options": [
"Internet of Things",
"Integration of Technology",
"Internet of Technology",
"Innovation of Things"
],
"correctAnswer": 0,
"category": "Technology",
"difficulty": "Medium",
"topic": "IoT",
"points": 15
},
{
"id": "tech14",
"question": "Which company developed the Python programming language?",
"options": [
"Microsoft",
"Google",
"Python Software Foundation",
"None of the above"
],
"correctAnswer": 3,
"category": "Technology",
"difficulty": "Medium",
"topic": "Programming",
"points": 15
},
{
"id": "tech15",
"question": "What is the purpose of an IP address?",
"options": [
"To store files",
"To identify devices on a network",
"To manage software updates",
"To measure internet speed"
],
"correctAnswer": 1,
"category": "Technology",
"difficulty": "Easy",
"topic": "Networking",
"points": 10
}
]
}