[ { "type": "Line Chart", "img_path": "images/New_test/LineChart.png", "question": "What is the approximate blood sugar level three hours after a meal?", "options": [ { "A": "18" }, { "B": "70" }, { "C": "90" }, { "D": "50" } ], "correct_answer": "B" }, { "type": "Bar Chart", "img_path": "images/New_test/BarChart.png", "question": "Which student has the highest grade in midterm?", "options": [ { "A": "Bob" }, { "B": "Elora" }, { "C": "Kevin" }, { "D": "David" } ], "correct_answer": "D" }, { "type": "Stacked Bar Chart", "img_path": "images/New_test/StackedBar.png", "question": "What is the approximate price of headphones in Japan?", "options": [ { "A": "10" }, { "B": "30" }, { "C": "50" }, { "D": "70" } ], "correct_answer": "B" }, { "type": "100% Stacked Bar Chart", "img_path": "images/New_test/Stacked100.png", "question": "Relative to other computer peripherals, which country has the most expensive prices for a mouse?", "options": [ { "A": "Canada" }, { "B": "China" }, { "C": "Japan" }, { "D": "Korea" } ], "correct_answer": "A" }, { "type": "Pie Chart", "img_path": "images/New_test/PieChart.png", "question": "Which stock has the smallest holdings in this portfolio?", "options": [ { "A": "AAPL" }, { "B": "NVDA" }, { "C": "TSLA" }, { "D": "GOOG" } ], "correct_answer": "B" }, { "type": "Histogram", "img_path": "images/New_test/Histogram.png", "question": "What trip distance range is the most common?", "options": [ { "A": "10-20km" }, { "B": "30-40km" }, { "C": "50-60km" }, { "D": "70-80km" } ], "correct_answer": "C" }, { "type": "Scatter Chart", "img_path": "images/New_test/Scatterplot.png", "question": "What is the weight of the tallest individual?", "options": [ { "A": "96" }, { "B": "72" }, { "C": "55" }, { "D": "25" } ], "correct_answer": "B" }, { "type": "Area Chart", "img_path": "images/New_test/AreaChart.png", "question": "In which month is the price of tea the highest?", "options": [ { "A": "1" }, { "B": "3" }, { "C": "4" }, { "D": "7" } ], "correct_answer": "C" }, { "type": "Stacked Area Chart", "img_path": "images/New_test/StackedArea.png", "question": "What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month?", "options": [ { "A": "1:1" }, { "B": "1:2" }, { "C": "2:1" }, { "D": "4:1" } ], "correct_answer": "C" }, { "type": "Bubble Chart", "img_path": "images/New_test/BubbleChart.png", "question": "What is the total number of employees at the company with the lowest annual income?", "options": [ { "A": "5" }, { "B": "20" }, { "C": "85" }, { "D": "60" } ], "correct_answer": "C" }, { "type": "Choropleth Map", "img_path": "images/New_test/Choropleth.png", "question": "Is the GDP of CA higher than NV?", "options": [ { "A": "True" }, { "B": "False" } ], "correct_answer": "A" }, { "type": "Treemap", "img_path": "images/New_test/TreeMap.png", "question": "Which country has the largest population?", "options": [ { "A": "China" }, { "B": " USA" }, { "C": " Canada" }, { "D": " UK" } ], "correct_answer": "A" } ]