forked from aws-samples/aws-reinvent-trivia-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions.json
189 lines (189 loc) · 4.94 KB
/
questions.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
[
{
"category": "Know Your History",
"questions": [
{
"id": 1,
"points": 100,
"question": "What year was the first AWS re:Invent held?",
"answer": 2012,
"answerType": "NUMBER"
},
{
"id": 2,
"points": 200,
"question": "What Amazon-favorite sport was introduced to re:Invent attendees in 2016?",
"answer": "Broomball",
"answerType": "STRING",
"alternativeAnswers": [
]
},
{
"id": 3,
"points": 300,
"question": "What world record was set at the 2017 re:Invent Tatonka Challenge?",
"answer": "Largest chicken wing eating contest: 214 people",
"answerType": "STRING",
"alternativeAnswers": [
"wing eating contest",
"largest wing eating contest",
"biggest wing eating contest",
"largest chicken wing eating contest",
"biggest chicken wing eating contest",
"wing eating competition",
"largest wing eating competition",
"biggest wing eating competition",
"largest chicken wing eating competition",
"biggest chicken wing eating competition"
]
},
{
"id": 4,
"points": 400,
"question": "What year were both Lambda and ECS (Elastic Container Service) announced at re:Invent?",
"answer": 2014,
"answerType": "NUMBER"
}
]
},
{
"category": "The Main Event",
"questions": [
{
"id": 5,
"points": 100,
"question": "What webinar helps people learn about re:Invent leading up to the big event?",
"answer": "How to re:Invent",
"answerType": "STRING",
"alternativeAnswers": [
"how to reinvent"
]
},
{
"id": 6,
"points": 200,
"question": "How many venues does the re:Invent campus span this year (2019)?",
"answer": 6,
"answerType": "NUMBER"
},
{
"id": 7,
"points": 300,
"question": "What year did twitch.tv/aws start streaming at re:Invent?",
"answer": 2016,
"answerType": "NUMBER"
},
{
"id": 8,
"points": 400,
"question": "How many chalk talks are scheduled for re:Invent 2019 (as of Nov 17)?",
"answer": 694,
"answerType": "NUMBER"
}
]
},
{
"category": "Let's Get Musical",
"questions": [
{
"id": 9,
"points": 100,
"question": "What genre of music is usually played at the re:Play party?",
"answer": "EDM",
"answerType": "STRING",
"alternativeAnswers": [
"electronica",
"DJ",
"electronic dance music",
"electronic music",
"house music",
"house"
]
},
{
"id": 10,
"points": 200,
"question": "What kind of musical group kicks off Midnight Madness?",
"answer": "Marching Band",
"answerType": "STRING",
"alternativeAnswers": [
"marching bands"
]
},
{
"id": 11,
"points": 300,
"question": "What venue hosted the re:Play party in 2017?",
"answer": "The Linq",
"answerType": "STRING",
"alternativeAnswers": [
"the link",
"linq",
"link"
]
},
{
"id": 12,
"points": 400,
"question": "Who was the re:Play DJ at the 2013 re:Invent?",
"answer": "DeadMau5",
"answerType": "STRING",
"alternativeAnswers": [
"deadmau5",
"Joel Thomas Zimmerman",
"Joel Zimmerman",
"dead mouse",
"deadmouse",
"deadmous"
]
}
]
},
{
"category": "People, Places, and Things",
"questions": [
{
"id": 13,
"points": 100,
"question": "Who delivers the Thursday morning re:Invent keynote?",
"answer": "Werner Vogels",
"answerType": "STRING",
"alternativeAnswers": [
"Werner"
]
},
{
"id": 14,
"points": 200,
"question": "What sports star made a surprise experience at Midnight Madness in 2017?",
"answer": "Shaq",
"answerType": "STRING",
"alternativeAnswers": [
"Shaquille O'Neal",
"DJ Shaquille O'Neal",
"DJ Diesel",
"Diesel",
"DJ Shaq"
]
},
{
"id": 15,
"points": 300,
"question": "What restaurant is located in both the Venetian and the Palazzo?",
"answer": "Grand Lux Cafe",
"answerType": "STRING",
"alternativeAnswers": [
]
},
{
"id": 16,
"points": 400,
"question": "What AWS speaker keynoted \"Tuesday Night Live\" in 2016?",
"answer": "James Hamilton",
"answerType": "STRING",
"alternativeAnswers": [
]
}
]
}
]