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