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