1
+ question_data = [
2
+ {
3
+ "category" : "Entertainment: Comics" ,
4
+ "type" : "multiple" ,
5
+ "difficulty" : "easy" ,
6
+ "question" : "Who is Batman?" ,
7
+ "correct_answer" : "Bruce Wayne" ,
8
+ "incorrect_answers" : [
9
+ "Clark Kent" ,
10
+ "Barry Allen" ,
11
+ "Tony Stark"
12
+ ]
13
+ },
14
+ {
15
+ "category" : "Entertainment: Comics" ,
16
+ "type" : "multiple" ,
17
+ "difficulty" : "easy" ,
18
+ "question" : "Who is the creator of the comic series 'The Walking Dead'?" ,
19
+ "correct_answer" : "Robert Kirkman" ,
20
+ "incorrect_answers" : [
21
+ "Stan Lee" ,
22
+ "Malcolm Wheeler-Nicholson" ,
23
+ "Robert Crumb"
24
+ ]
25
+ },
26
+ {
27
+ "category" : "Entertainment: Comics" ,
28
+ "type" : "multiple" ,
29
+ "difficulty" : "easy" ,
30
+ "question" : "This Marvel superhero is often called 'The man without fear'." ,
31
+ "correct_answer" : "Daredevil" ,
32
+ "incorrect_answers" : [
33
+ "Thor" ,
34
+ "Wolverine" ,
35
+ "Hulk"
36
+ ]
37
+ },
38
+ {
39
+ "category" : "Entertainment: Comics" ,
40
+ "type" : "multiple" ,
41
+ "difficulty" : "easy" ,
42
+ "question" : "Which universe crossover was introduced in the 'Sonic the Hedgehog' comic issue?" ,
43
+ "correct_answer" : "Mega Man" ,
44
+ "incorrect_answers" : [
45
+ "Super Mario Brothers" ,
46
+ "Alex Kidd" ,
47
+ "Super Monkey Ball"
48
+ ]
49
+ },
50
+ {
51
+ "category" : "Entertainment: Comics" ,
52
+ "type" : "multiple" ,
53
+ "difficulty" : "easy" ,
54
+ "question" : "What is the alter-ego of the DC comics character 'Superman'?" ,
55
+ "correct_answer" : "Clark Kent" ,
56
+ "incorrect_answers" : [
57
+ "Bruce Wayne" ,
58
+ "Arthur Curry" ,
59
+ "John Jones"
60
+ ]
61
+ },
62
+ {
63
+ "category" : "Entertainment: Comics" ,
64
+ "type" : "multiple" ,
65
+ "difficulty" : "easy" ,
66
+ "question" : "What is the full first name of the babysitter in Calvin and Hobbes?" ,
67
+ "correct_answer" : "Rosalyn" ,
68
+ "incorrect_answers" : [
69
+ "Rose" ,
70
+ "Ruby" ,
71
+ "Rachel"
72
+ ]
73
+ },
74
+ {
75
+ "category" : "Entertainment: Comics" ,
76
+ "type" : "multiple" ,
77
+ "difficulty" : "easy" ,
78
+ "question" : "The main six year old protagonist in Calvin and Hobbes is named after what theologian?" ,
79
+ "correct_answer" : "John Calvin" ,
80
+ "incorrect_answers" : [
81
+ "Calvin Klein" ,
82
+ "Calvin Coolidge" ,
83
+ "Phillip Calvin McGraw"
84
+ ]
85
+ },
86
+ {
87
+ "category" : "Entertainment: Comics" ,
88
+ "type" : "multiple" ,
89
+ "difficulty" : "easy" ,
90
+ "question" : "In 'Homestuck' what is Dave Strider's guardian?" ,
91
+ "correct_answer" : "Bro" ,
92
+ "incorrect_answers" : [
93
+ "Becquerel" ,
94
+ "Doc Scratch" ,
95
+ "Halley"
96
+ ]
97
+ },
98
+ {
99
+ "category" : "Entertainment: Comics" ,
100
+ "type" : "multiple" ,
101
+ "difficulty" : "easy" ,
102
+ "question" : "In 'Homestuck' the Kingdom of Darkness; is also known as?" ,
103
+ "correct_answer" : "Derse" ,
104
+ "incorrect_answers" : [
105
+ "Skaia" ,
106
+ "Prospit" ,
107
+ "The Medium"
108
+ ]
109
+ },
110
+ {
111
+ "category" : "Entertainment: Comics" ,
112
+ "type" : "multiple" ,
113
+ "difficulty" : "easy" ,
114
+ "question" : "When was Marvel Comics founded?" ,
115
+ "correct_answer" : "1939" ,
116
+ "incorrect_answers" : [
117
+ "1932" ,
118
+ "1951" ,
119
+ "1936"
120
+ ]
121
+ }
122
+ ]
0 commit comments