B Set 21 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "data-graphs",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 1
                    },
                    {
                        "label": "Basketball",
                        "value": 4
                    },
                    {
                        "label": "Baseball",
                        "value": 5
                    },
                    {
                        "label": "Tennis",
                        "value": 2
                    },
                    {
                        "label": "Swimming",
                        "value": 10
                    }
                ],
                "question": "The bar graph shows: Soccer=1, Basketball=4, Baseball=5, Tennis=2, Swimming=10. Which has the most?",
                "answer": "Swimming",
                "correctAnswer": "Swimming",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 8
                    },
                    {
                        "label": "Science",
                        "value": 4
                    },
                    {
                        "label": "Reading",
                        "value": 6
                    },
                    {
                        "label": "Art",
                        "value": 1
                    }
                ],
                "question": "The bar graph shows: Math=8, Science=4, Reading=6, Art=1. How many in total?",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 2
                    },
                    {
                        "label": "Basketball",
                        "value": 7
                    },
                    {
                        "label": "Baseball",
                        "value": 3
                    }
                ],
                "question": "The bar graph shows: Soccer=2, Basketball=7, Baseball=3. Which has the most?",
                "answer": "Basketball",
                "correctAnswer": "Basketball",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 6
                    },
                    {
                        "label": "Blue",
                        "value": 1
                    },
                    {
                        "label": "Green",
                        "value": 9
                    }
                ],
                "question": "The bar graph shows: Red=6, Blue=1, Green=9. Which has the most?",
                "answer": "Green",
                "correctAnswer": "Green",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 8
                    },
                    {
                        "label": "Tuesday",
                        "value": 7
                    },
                    {
                        "label": "Wednesday",
                        "value": 10
                    },
                    {
                        "label": "Thursday",
                        "value": 10
                    }
                ],
                "question": "The bar graph shows: Monday=8, Tuesday=7, Wednesday=10, Thursday=10. How many in total?",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 9
                    },
                    {
                        "label": "Blue",
                        "value": 6
                    },
                    {
                        "label": "Green",
                        "value": 2
                    },
                    {
                        "label": "Yellow",
                        "value": 1
                    }
                ],
                "question": "The bar graph shows: Red=9, Blue=6, Green=2, Yellow=1. Which has the least?",
                "answer": "Yellow",
                "correctAnswer": "Yellow",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 7
                    },
                    {
                        "label": "Cats",
                        "value": 2
                    },
                    {
                        "label": "Fish",
                        "value": 6
                    },
                    {
                        "label": "Birds",
                        "value": 1
                    }
                ],
                "question": "The bar graph shows: Dogs=7, Cats=2, Fish=6, Birds=1. What is the difference between Cats and Fish?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 3
                    },
                    {
                        "label": "Science",
                        "value": 4
                    },
                    {
                        "label": "Reading",
                        "value": 7
                    },
                    {
                        "label": "Art",
                        "value": 8
                    },
                    {
                        "label": "PE",
                        "value": 6
                    }
                ],
                "question": "The bar graph shows: Math=3, Science=4, Reading=7, Art=8, PE=6. How many more Art than Reading?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 1
                    },
                    {
                        "label": "Oranges",
                        "value": 3
                    },
                    {
                        "label": "Bananas",
                        "value": 6
                    },
                    {
                        "label": "Grapes",
                        "value": 5
                    },
                    {
                        "label": "Peaches",
                        "value": 6
                    }
                ],
                "question": "The bar graph shows: Apples=1, Oranges=3, Bananas=6, Grapes=5, Peaches=6. How many in total?",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 6
                    },
                    {
                        "label": "Tuesday",
                        "value": 3
                    },
                    {
                        "label": "Wednesday",
                        "value": 10
                    },
                    {
                        "label": "Thursday",
                        "value": 7
                    },
                    {
                        "label": "Friday",
                        "value": 4
                    }
                ],
                "question": "The bar graph shows: Monday=6, Tuesday=3, Wednesday=10, Thursday=7, Friday=4. How many more Wednesday than Thursday?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 8
                    },
                    {
                        "label": "Blue",
                        "value": 5
                    },
                    {
                        "label": "Green",
                        "value": 7
                    }
                ],
                "question": "The bar graph shows: Red=8, Blue=5, Green=7. How many in total?",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 1
                    },
                    {
                        "label": "Cats",
                        "value": 6
                    },
                    {
                        "label": "Fish",
                        "value": 7
                    },
                    {
                        "label": "Birds",
                        "value": 2
                    }
                ],
                "question": "The bar graph shows: Dogs=1, Cats=6, Fish=7, Birds=2. Which has the most?",
                "answer": "Fish",
                "correctAnswer": "Fish",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 7
                    },
                    {
                        "label": "Basketball",
                        "value": 6
                    },
                    {
                        "label": "Baseball",
                        "value": 10
                    }
                ],
                "question": "The bar graph shows: Soccer=7, Basketball=6, Baseball=10. What is the difference between Basketball and Soccer?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 3
                    },
                    {
                        "label": "Blue",
                        "value": 8
                    },
                    {
                        "label": "Green",
                        "value": 10
                    },
                    {
                        "label": "Yellow",
                        "value": 9
                    }
                ],
                "question": "The bar graph shows: Red=3, Blue=8, Green=10, Yellow=9. How many in total?",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 6
                    },
                    {
                        "label": "Basketball",
                        "value": 2
                    },
                    {
                        "label": "Baseball",
                        "value": 10
                    },
                    {
                        "label": "Tennis",
                        "value": 6
                    },
                    {
                        "label": "Swimming",
                        "value": 7
                    }
                ],
                "question": "The bar graph shows: Soccer=6, Basketball=2, Baseball=10, Tennis=6, Swimming=7. How many more Baseball than Swimming?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 8
                    },
                    {
                        "label": "Cats",
                        "value": 10
                    },
                    {
                        "label": "Fish",
                        "value": 3
                    },
                    {
                        "label": "Birds",
                        "value": 5
                    }
                ],
                "question": "The bar graph shows: Dogs=8, Cats=10, Fish=3, Birds=5. What is the difference between Fish and Dogs?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 1
                    },
                    {
                        "label": "Oranges",
                        "value": 1
                    },
                    {
                        "label": "Bananas",
                        "value": 7
                    },
                    {
                        "label": "Grapes",
                        "value": 2
                    },
                    {
                        "label": "Peaches",
                        "value": 4
                    }
                ],
                "question": "The bar graph shows: Apples=1, Oranges=1, Bananas=7, Grapes=2, Peaches=4. Which has the least?",
                "answer": "Apples",
                "correctAnswer": "Apples",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 1
                    },
                    {
                        "label": "Oranges",
                        "value": 8
                    },
                    {
                        "label": "Bananas",
                        "value": 6
                    },
                    {
                        "label": "Grapes",
                        "value": 7
                    }
                ],
                "question": "The bar graph shows: Apples=1, Oranges=8, Bananas=6, Grapes=7. Which has the most?",
                "answer": "Oranges",
                "correctAnswer": "Oranges",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 1
                    },
                    {
                        "label": "Basketball",
                        "value": 5
                    },
                    {
                        "label": "Baseball",
                        "value": 10
                    },
                    {
                        "label": "Tennis",
                        "value": 6
                    }
                ],
                "question": "The bar graph shows: Soccer=1, Basketball=5, Baseball=10, Tennis=6. How many in total?",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 8
                    },
                    {
                        "label": "Cats",
                        "value": 10
                    },
                    {
                        "label": "Fish",
                        "value": 8
                    },
                    {
                        "label": "Birds",
                        "value": 7
                    }
                ],
                "question": "The bar graph shows: Dogs=8, Cats=10, Fish=8, Birds=7. How many in total?",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}