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