B Set 75 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": "Dogs",
                        "value": 1
                    },
                    {
                        "label": "Cats",
                        "value": 1
                    },
                    {
                        "label": "Fish",
                        "value": 4
                    },
                    {
                        "label": "Birds",
                        "value": 4
                    }
                ],
                "question": "The bar graph shows: Dogs=1, Cats=1, Fish=4, Birds=4. Which has the most?",
                "answer": "Fish",
                "correctAnswer": "Fish",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 2
                    },
                    {
                        "label": "Basketball",
                        "value": 9
                    },
                    {
                        "label": "Baseball",
                        "value": 2
                    }
                ],
                "question": "The bar graph shows: Soccer=2, Basketball=9, Baseball=2. How many more Basketball than Baseball?",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 9
                    },
                    {
                        "label": "Blue",
                        "value": 6
                    },
                    {
                        "label": "Green",
                        "value": 4
                    },
                    {
                        "label": "Yellow",
                        "value": 10
                    },
                    {
                        "label": "Purple",
                        "value": 5
                    }
                ],
                "question": "The bar graph shows: Red=9, Blue=6, Green=4, Yellow=10, Purple=5. Which has the least?",
                "answer": "Green",
                "correctAnswer": "Green",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 7
                    },
                    {
                        "label": "Oranges",
                        "value": 9
                    },
                    {
                        "label": "Bananas",
                        "value": 4
                    }
                ],
                "question": "The bar graph shows: Apples=7, Oranges=9, Bananas=4. Which has the least?",
                "answer": "Bananas",
                "correctAnswer": "Bananas",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 5
                    },
                    {
                        "label": "Basketball",
                        "value": 7
                    },
                    {
                        "label": "Baseball",
                        "value": 10
                    },
                    {
                        "label": "Tennis",
                        "value": 1
                    },
                    {
                        "label": "Swimming",
                        "value": 3
                    }
                ],
                "question": "The bar graph shows: Soccer=5, Basketball=7, Baseball=10, Tennis=1, Swimming=3. How many in total?",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 1
                    },
                    {
                        "label": "Oranges",
                        "value": 9
                    },
                    {
                        "label": "Bananas",
                        "value": 2
                    },
                    {
                        "label": "Grapes",
                        "value": 3
                    }
                ],
                "question": "The bar graph shows: Apples=1, Oranges=9, Bananas=2, Grapes=3. Which has the least?",
                "answer": "Apples",
                "correctAnswer": "Apples",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 3
                    },
                    {
                        "label": "Basketball",
                        "value": 1
                    },
                    {
                        "label": "Baseball",
                        "value": 10
                    }
                ],
                "question": "The bar graph shows: Soccer=3, Basketball=1, Baseball=10. Which has the least?",
                "answer": "Basketball",
                "correctAnswer": "Basketball",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 3
                    },
                    {
                        "label": "Basketball",
                        "value": 1
                    },
                    {
                        "label": "Baseball",
                        "value": 4
                    },
                    {
                        "label": "Tennis",
                        "value": 2
                    },
                    {
                        "label": "Swimming",
                        "value": 10
                    }
                ],
                "question": "The bar graph shows: Soccer=3, Basketball=1, Baseball=4, Tennis=2, Swimming=10. Which has the least?",
                "answer": "Basketball",
                "correctAnswer": "Basketball",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 9
                    },
                    {
                        "label": "Science",
                        "value": 2
                    },
                    {
                        "label": "Reading",
                        "value": 6
                    },
                    {
                        "label": "Art",
                        "value": 2
                    },
                    {
                        "label": "PE",
                        "value": 1
                    }
                ],
                "question": "The bar graph shows: Math=9, Science=2, Reading=6, Art=2, PE=1. How many more Math than Reading?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 9
                    },
                    {
                        "label": "Basketball",
                        "value": 1
                    },
                    {
                        "label": "Baseball",
                        "value": 8
                    },
                    {
                        "label": "Tennis",
                        "value": 10
                    }
                ],
                "question": "The bar graph shows: Soccer=9, Basketball=1, Baseball=8, Tennis=10. What is the difference between Basketball and Soccer?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 9
                    },
                    {
                        "label": "Oranges",
                        "value": 10
                    },
                    {
                        "label": "Bananas",
                        "value": 5
                    }
                ],
                "question": "The bar graph shows: Apples=9, Oranges=10, Bananas=5. How many in total?",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 1
                    },
                    {
                        "label": "Science",
                        "value": 1
                    },
                    {
                        "label": "Reading",
                        "value": 2
                    },
                    {
                        "label": "Art",
                        "value": 10
                    },
                    {
                        "label": "PE",
                        "value": 1
                    }
                ],
                "question": "The bar graph shows: Math=1, Science=1, Reading=2, Art=10, PE=1. Which has the most?",
                "answer": "Art",
                "correctAnswer": "Art",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 1
                    },
                    {
                        "label": "Basketball",
                        "value": 10
                    },
                    {
                        "label": "Baseball",
                        "value": 10
                    },
                    {
                        "label": "Tennis",
                        "value": 8
                    }
                ],
                "question": "The bar graph shows: Soccer=1, Basketball=10, Baseball=10, Tennis=8. What is the difference between Baseball and Soccer?",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 10
                    },
                    {
                        "label": "Tuesday",
                        "value": 5
                    },
                    {
                        "label": "Wednesday",
                        "value": 7
                    },
                    {
                        "label": "Thursday",
                        "value": 1
                    },
                    {
                        "label": "Friday",
                        "value": 1
                    }
                ],
                "question": "The bar graph shows: Monday=10, Tuesday=5, Wednesday=7, Thursday=1, Friday=1. What is the difference between Tuesday and Wednesday?",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 4
                    },
                    {
                        "label": "Oranges",
                        "value": 5
                    },
                    {
                        "label": "Bananas",
                        "value": 6
                    },
                    {
                        "label": "Grapes",
                        "value": 1
                    },
                    {
                        "label": "Peaches",
                        "value": 10
                    }
                ],
                "question": "The bar graph shows: Apples=4, Oranges=5, Bananas=6, Grapes=1, Peaches=10. Which has the most?",
                "answer": "Peaches",
                "correctAnswer": "Peaches",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 5
                    },
                    {
                        "label": "Cats",
                        "value": 10
                    },
                    {
                        "label": "Fish",
                        "value": 2
                    }
                ],
                "question": "The bar graph shows: Dogs=5, Cats=10, Fish=2. Which has the most?",
                "answer": "Cats",
                "correctAnswer": "Cats",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 1
                    },
                    {
                        "label": "Basketball",
                        "value": 3
                    },
                    {
                        "label": "Baseball",
                        "value": 9
                    },
                    {
                        "label": "Tennis",
                        "value": 9
                    },
                    {
                        "label": "Swimming",
                        "value": 1
                    }
                ],
                "question": "The bar graph shows: Soccer=1, Basketball=3, Baseball=9, Tennis=9, Swimming=1. How many in total?",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 6
                    },
                    {
                        "label": "Basketball",
                        "value": 3
                    },
                    {
                        "label": "Baseball",
                        "value": 3
                    },
                    {
                        "label": "Tennis",
                        "value": 9
                    },
                    {
                        "label": "Swimming",
                        "value": 3
                    }
                ],
                "question": "The bar graph shows: Soccer=6, Basketball=3, Baseball=3, Tennis=9, Swimming=3. Which has the least?",
                "answer": "Basketball",
                "correctAnswer": "Basketball",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 9
                    },
                    {
                        "label": "Basketball",
                        "value": 10
                    },
                    {
                        "label": "Baseball",
                        "value": 4
                    },
                    {
                        "label": "Tennis",
                        "value": 3
                    },
                    {
                        "label": "Swimming",
                        "value": 8
                    }
                ],
                "question": "The bar graph shows: Soccer=9, Basketball=10, Baseball=4, Tennis=3, Swimming=8. Which has the most?",
                "answer": "Basketball",
                "correctAnswer": "Basketball",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 8
                    },
                    {
                        "label": "Blue",
                        "value": 7
                    },
                    {
                        "label": "Green",
                        "value": 6
                    }
                ],
                "question": "The bar graph shows: Red=8, Blue=7, Green=6. Which has the least?",
                "answer": "Green",
                "correctAnswer": "Green",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}