forked from KeathsonLam/BlueCoLab-Jeopardy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblue_Colab_board.json
185 lines (184 loc) · 7.68 KB
/
blue_Colab_board.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
{
"jeopardy":[
{
"name":"Water",
"questions":[
{
"value":100,
"question":"What is a safe pH level for drinking water?",
"answer": "What is 7.0?"
},
{
"value":200,
"question":"This is the boiling point of water.",
"answer": "What is 212° Fahrenheit?"
},
{
"value":300,
"question":"This is the percentage of Freshwater on planet Earth.",
"answer": "What is 3%?"
},
{
"value":400,
"question":"This is the percentage of fresh water that covers the earth's surface",
"answer": "What is 71%?"
},
{
"value": 500,
"question": "This is the name of the largest freshwater lake by surface area in the world?",
"answer": "What is lake Superior?"
}
]
},
{
"name":"Blue CoLab",
"questions":[
{
"value":100,
"question":"They are the founder of The Blue CoLab.",
"answer": "Who is Professor John Cronin?"
},
{
"value":200,
"question":"They are the Technical Operations Manager of The Blue CoLab",
"answer": "Who is Professor Leanne Keeley?"
},
{
"value":300,
"question":"This is the year that the Blue Co-Lab was found",
"answer": "when was 2018?"
},
{
"value":400,
"question":"This is the school that the Blue Colab is held.",
"answer": "What is Seidenberg School of CSIS?"
},
{
"value": 500,
"question": "This is the principal that The Blue CoLab is committed to",
"answer": "What is, \"The human right to clean water requires the right-to-know their water is clean?\""
}
]
},
{
"name":"Choate Pond",
"questions":[
{
"value":100,
"question":"This university is home to Choate Pond.",
"answer": "Where is Pace University - Pleasantville?"
},
{
"value":200,
"question":"This was the year that Choate Pond was rebuilt.",
"answer": "When was 2017?"
},
{
"value":300,
"question":"This computer scientist who broke the Nazi enigma code is the namesake of one of our water monitoring systems in Choate Pond.",
"answer": "Who was Alan Turing?"
},
{
"value":400,
"question":"This water station was named after this 19th century mathematician who was named the first woman programmer.",
"answer": "Who was Ada Lovelace?"
},
{
"value": 500,
"question": "These are the two bodies of water that Choate Pond is connected to.",
"answer": "What are the Ashokan Reservoir and the Catskill Aqueduct?"
}
]
},
{
"name":"Marine Animals",
"questions":[
{
"value":100,
"question":"This is the world's largest predatory fish that is distinguished for its powerful jaws and triangular teeth.",
"answer": "What is the Great White Shark?"
},
{
"value":200,
"question":"This type of whale is known for its white color and a distinctive \"melon\" on its head, which is used for echolocation.",
"answer": "What are Beluga Whales?"
},
{
"value":300,
"question":"This blue colored fish has a long, sword-like upper jaw which they use to slash and stun fish, making them easier to catch",
"answer": "What are Marlins?"
},
{
"value":400,
"question":"These seals are named after their curved black patch on their backs which resembles a harp.",
"answer": "What are Harp Seals?"
},
{
"value": 500,
"question": "These 270 million years old shark was best-known for its circular, toothy saw",
"answer": "What were Helicoprion?"
}
]
},
{
"name":"Hudson River",
"questions":[
{
"value":100,
"question":"This is the length (in mles) of the Hudson River.",
"answer": "What is 315 miles?"
},
{
"value":200,
"question":"This is the source of the Hudson River.",
"answer": "what is Lake Tear of Clouds (In the Adirondack Mountains), Upstate, New York?"
},
{
"value":300,
"question":"The Hudson River was the eastern outlet for this Canal.",
"answer": "What is the Erie Canal?"
},
{
"value":400,
"question":"This is amount of fish species found in the Hudson River.",
"answer": "What is 220 species?"
},
{
"value": 500,
"question": "This is the year Henry Hudson found the Hudson River.",
"answer": "When was 1609?"
}
]
},
{
"name":"Water Policies",
"questions":[
{
"value":100,
"question":"This is the Agency that sets safety standards for Drinking water.",
"answer": "What is the Environmental Protection Agency (EPA)?"
},
{
"value":200,
"question":"This is the date that all community public water suppliers are required to issue an Annual Water Report",
"answer": "When is May 31st?"
},
{
"value":300,
"question":"This law was put in place to protect public health by regulating the quality of drinking water in the United States",
"answer": "What is the Safe Drinking Water Act (SDWA) of 1974?"
},
{
"value":400,
"question":"This is what the enforceable standard of the highest level of a contaminant allowed in drinking water is called.",
"answer": "What is the Maximum Contaminant Level (MCL)?"
},
{
"value": 500,
"question": "This report must be provided by every public water system or community water supplier, it provides the consumer information about their drinking water.",
"answer": "What is a Consumer Confidence Report?"
}
]
}
]
}