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