Austing Dong commited on
Commit
d582a9c
·
1 Parent(s): 8e2a260

Update new_test.json

Browse files
Files changed (1) hide show
  1. evaluate/new_test.json +90 -74
evaluate/new_test.json CHANGED
@@ -1,28 +1,29 @@
1
  [
2
  {
3
- "type": "Area Chart",
4
- "img_path": "images/New_test/AreaChart.png",
5
- "question": "At which month the price of teAreaa is the highest?",
6
  "options": [
7
  {
8
- "A": "1"
9
  },
10
  {
11
- "B": "3"
12
  },
13
  {
14
- "C": "4"
15
  },
16
  {
17
- "D": "7"
18
  }
19
  ],
20
- "correct_answer": "C"
21
  },
 
22
  {
23
  "type": "Bar Chart",
24
  "img_path": "images/New_test/BarChart.png",
25
- "question": "Which student has the highest score in midterm?",
26
  "options": [
27
  {
28
  "A": "Bob"
@@ -39,124 +40,137 @@
39
  ],
40
  "correct_answer": "D"
41
  },
 
42
  {
43
- "type": "Bubble Chart",
44
- "img_path": "images/New_test/BubbleChart.png",
45
- "question": "What is the number of employees of the company that has lowest annual income?",
46
  "options": [
47
  {
48
- "A": "5"
49
  },
50
  {
51
- "B": "20"
52
  },
53
  {
54
- "C": "85"
55
  },
56
  {
57
- "D": "60"
58
  }
59
  ],
60
- "correct_answer": "C"
61
  },
 
62
  {
63
- "type": "Choropleth Map",
64
- "img_path": "images/New_test/Choropleth.png",
65
- "question": "Is the GDP of CA higher than NV?",
66
  "options": [
67
  {
68
- "A": "True"
69
  },
70
  {
71
- "B": "False"
 
 
 
 
 
 
72
  }
73
  ],
74
  "correct_answer": "A"
75
  },
 
76
  {
77
- "type": "Histogram",
78
- "img_path": "images/New_test/Histogram.png",
79
- "question": "Which range of distance of trip people prefers the most?",
80
  "options": [
81
  {
82
- "A": "10-20km"
83
  },
84
  {
85
- "B": "30-40km"
86
  },
87
  {
88
- "C": "50-60km"
89
  },
90
  {
91
- "D": "70-80km"
92
  }
93
  ],
94
- "correct_answer": "C"
95
  },
 
96
  {
97
- "type": "Line Chart",
98
- "img_path": "images/New_test/LineChart.png",
99
- "question": "What is the blood sugar level three hours after a meal",
100
  "options": [
101
  {
102
- "A": "18"
103
  },
104
  {
105
- "B": "70"
106
  },
107
  {
108
- "C": "90"
109
  },
110
  {
111
- "D": "50"
112
  }
113
  ],
114
- "correct_answer": "3"
115
  },
 
116
  {
117
- "type": "Pie Chart",
118
- "img_path": "images/New_test/PieChart.png",
119
- "question": "Which stock has the smallest holdings in this portfolio?",
120
  "options": [
121
  {
122
- "A": "AAPL"
123
  },
124
  {
125
- "B": "NVDA"
126
  },
127
  {
128
- "C": "TSLA"
129
  },
130
  {
131
- "D": "GOOG"
132
  }
133
  ],
134
  "correct_answer": "B"
135
  },
 
136
  {
137
- "type": "Scatter Chart",
138
- "img_path": "images/New_test/Scatterplot.png",
139
- "question": "What is the weight of the individual that has highest height?",
140
  "options": [
141
  {
142
- "A": "96"
143
  },
144
  {
145
- "B": "72"
146
  },
147
  {
148
- "C": "55"
149
  },
150
  {
151
- "D": "25"
152
  }
153
  ],
154
- "correct_answer": "A"
155
  },
 
156
  {
157
  "type": "Stacked Area Chart",
158
  "img_path": "images/New_test/StackedArea.png",
159
- "question": "What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month in the USA?",
160
  "options": [
161
  {
162
  "A": "1:1"
@@ -173,46 +187,48 @@
173
  ],
174
  "correct_answer": "C"
175
  },
 
 
176
  {
177
- "type": "Stacked Bar Chart",
178
- "img_path": "images/New_test/StackedBar.png",
179
- "question": "What is the price of headphone in Japan?",
180
  "options": [
181
  {
182
- "A": "10"
183
  },
184
  {
185
- "B": "30"
186
  },
187
  {
188
- "C": "50"
189
  },
190
  {
191
- "D": "70"
192
  }
193
  ],
194
- "correct_answer": "B"
195
  },
 
 
 
 
 
196
  {
197
- "type": "100% Stacked Bar Chart",
198
- "img_path": "images/New_test/Stacked100.png",
199
- "question": "Which country has the largest proportion of mouse price?",
200
  "options": [
201
  {
202
- "A": "Canada"
203
- },
204
- {
205
- "B": "China"
206
- },
207
- {
208
- "C": "Japan"
209
  },
210
  {
211
- "D": "Korea"
212
  }
213
  ],
214
  "correct_answer": "A"
215
  },
 
216
  {
217
  "type": "Treemap",
218
  "img_path": "images/New_test/TreeMap.png",
@@ -233,4 +249,4 @@
233
  ],
234
  "correct_answer": "A"
235
  }
236
- ]
 
1
  [
2
  {
3
+ "type": "Line Chart",
4
+ "img_path": "images/New_test/LineChart.png",
5
+ "question": "What is the approximate blood sugar level three hours after a meal?",
6
  "options": [
7
  {
8
+ "A": "18"
9
  },
10
  {
11
+ "B": "70"
12
  },
13
  {
14
+ "C": "90"
15
  },
16
  {
17
+ "D": "50"
18
  }
19
  ],
20
+ "correct_answer": "B"
21
  },
22
+
23
  {
24
  "type": "Bar Chart",
25
  "img_path": "images/New_test/BarChart.png",
26
+ "question": "Which student has the highest grade in midterm?",
27
  "options": [
28
  {
29
  "A": "Bob"
 
40
  ],
41
  "correct_answer": "D"
42
  },
43
+
44
  {
45
+ "type": "Stacked Bar Chart",
46
+ "img_path": "images/New_test/StackedBar.png",
47
+ "question": "What is the approximate price of headphones in Japan?",
48
  "options": [
49
  {
50
+ "A": "10"
51
  },
52
  {
53
+ "B": "30"
54
  },
55
  {
56
+ "C": "50"
57
  },
58
  {
59
+ "D": "70"
60
  }
61
  ],
62
+ "correct_answer": "B"
63
  },
64
+
65
  {
66
+ "type": "100% Stacked Bar Chart",
67
+ "img_path": "images/New_test/Stacked100.png",
68
+ "question": "Relative to other computer peripherals, which country has the most expensive prices for a mouse?",
69
  "options": [
70
  {
71
+ "A": "Canada"
72
  },
73
  {
74
+ "B": "China"
75
+ },
76
+ {
77
+ "C": "Japan"
78
+ },
79
+ {
80
+ "D": "Korea"
81
  }
82
  ],
83
  "correct_answer": "A"
84
  },
85
+
86
  {
87
+ "type": "Pie Chart",
88
+ "img_path": "images/New_test/PieChart.png",
89
+ "question": "Which stock has the smallest holdings in this portfolio?",
90
  "options": [
91
  {
92
+ "A": "AAPL"
93
  },
94
  {
95
+ "B": "NVDA"
96
  },
97
  {
98
+ "C": "TSLA"
99
  },
100
  {
101
+ "D": "GOOG"
102
  }
103
  ],
104
+ "correct_answer": "B"
105
  },
106
+
107
  {
108
+ "type": "Histogram",
109
+ "img_path": "images/New_test/Histogram.png",
110
+ "question": "What trip distance range is the most common?",
111
  "options": [
112
  {
113
+ "A": "10-20km"
114
  },
115
  {
116
+ "B": "30-40km"
117
  },
118
  {
119
+ "C": "50-60km"
120
  },
121
  {
122
+ "D": "70-80km"
123
  }
124
  ],
125
+ "correct_answer": "C"
126
  },
127
+
128
  {
129
+ "type": "Scatter Chart",
130
+ "img_path": "images/New_test/Scatterplot.png",
131
+ "question": "What is the weight of the tallest individual?",
132
  "options": [
133
  {
134
+ "A": "96"
135
  },
136
  {
137
+ "B": "72"
138
  },
139
  {
140
+ "C": "55"
141
  },
142
  {
143
+ "D": "25"
144
  }
145
  ],
146
  "correct_answer": "B"
147
  },
148
+
149
  {
150
+ "type": "Area Chart",
151
+ "img_path": "images/New_test/AreaChart.png",
152
+ "question": "In which month is the price of tea the highest?",
153
  "options": [
154
  {
155
+ "A": "1"
156
  },
157
  {
158
+ "B": "3"
159
  },
160
  {
161
+ "C": "4"
162
  },
163
  {
164
+ "D": "7"
165
  }
166
  ],
167
+ "correct_answer": "C"
168
  },
169
+
170
  {
171
  "type": "Stacked Area Chart",
172
  "img_path": "images/New_test/StackedArea.png",
173
+ "question": "What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month?",
174
  "options": [
175
  {
176
  "A": "1:1"
 
187
  ],
188
  "correct_answer": "C"
189
  },
190
+
191
+
192
  {
193
+ "type": "Bubble Chart",
194
+ "img_path": "images/New_test/BubbleChart.png",
195
+ "question": "What is the total number of employees at the company with the lowest annual income?",
196
  "options": [
197
  {
198
+ "A": "5"
199
  },
200
  {
201
+ "B": "20"
202
  },
203
  {
204
+ "C": "85"
205
  },
206
  {
207
+ "D": "60"
208
  }
209
  ],
210
+ "correct_answer": "C"
211
  },
212
+
213
+
214
+
215
+
216
+
217
  {
218
+ "type": "Choropleth Map",
219
+ "img_path": "images/New_test/Choropleth.png",
220
+ "question": "Is the GDP of CA higher than NV?",
221
  "options": [
222
  {
223
+ "A": "True"
 
 
 
 
 
 
224
  },
225
  {
226
+ "B": "False"
227
  }
228
  ],
229
  "correct_answer": "A"
230
  },
231
+
232
  {
233
  "type": "Treemap",
234
  "img_path": "images/New_test/TreeMap.png",
 
249
  ],
250
  "correct_answer": "A"
251
  }
252
+ ]