Austing Dong
Update New_test.py
8e2a260
new_test_questions=[
[
"LineChart",
"What is the approximate blood sugar level three hours after a meal?",
"images/New_test/LineChart.png"
],
[
"BarChart",
"Which student has the highest grade in midterm?",
"images/New_test/BarChart.png"
],
[
"StackedBar",
"What is the approximate price of headphones in Japan?",
"images/New_test/StackedBar.png"
],
[
"100%StackedBar",
"Relative to other computer peripherals, which country has the most expensive prices for a mouse?",
"images/New_test/Stacked100.png"
],
[
"PieChart",
"Which stock has the smallest holdings in this portfolio?",
"images/New_test/PieChart.png"
],
[
"Histogram",
"What trip distance range is the most common?",
"images/New_test/Histogram.png"
],
[
"Scatterplot",
"What is the weight of the tallest individual?",
"images/New_test/Scatterplot.png"
],
[
"AreaChart",
"In which month is the price of tea the highest?",
"images/New_test/AreaChart.png"
],
[
"StackedArea",
"What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month?",
"images/New_test/StackedArea.png"
],
[
"BubbleChart",
"What is the total number of employees at the company with the lowest annual income?",
"images/New_test/BubbleChart.png"
],
[
"Choropleth",
"Is the GDP of CA higher than NV?",
"images/New_test/Choropleth.png"
],
[
"TreeMap",
"Which country has the largest population?",
"images/New_test/TreeMap.png"
]
]