B Set 45 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": "medium",
        "config": {
            "maxNumber": 100,
            "maxSum": 1000,
            "maxOperand": 1000,
            "_gradeLevel": "2"
        },
        "problems": [
            {
                "id": 1,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 56
                    },
                    {
                        "label": "Basketball",
                        "value": 93
                    },
                    {
                        "label": "Baseball",
                        "value": 78
                    },
                    {
                        "label": "Tennis",
                        "value": 84
                    },
                    {
                        "label": "Swimming",
                        "value": 21
                    }
                ],
                "question": "The pictograph shows: Soccer=56, Basketball=93, Baseball=78, Tennis=84, Swimming=21. How many in total?",
                "answer": 332,
                "correctAnswer": "332",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 25
                    },
                    {
                        "label": "Cats",
                        "value": 98
                    },
                    {
                        "label": "Fish",
                        "value": 53
                    },
                    {
                        "label": "Birds",
                        "value": 71
                    },
                    {
                        "label": "Rabbits",
                        "value": 31
                    }
                ],
                "question": "The pictograph shows: Dogs=25, Cats=98, Fish=53, Birds=71, Rabbits=31. What is the difference between Rabbits and Dogs?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Apples",
                        "value": 85
                    },
                    {
                        "label": "Oranges",
                        "value": 28
                    },
                    {
                        "label": "Bananas",
                        "value": 43
                    }
                ],
                "question": "The pictograph shows: Apples=85, Oranges=28, Bananas=43. What is the difference between Oranges and Bananas?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Math",
                        "value": 46
                    },
                    {
                        "label": "Science",
                        "value": 71
                    },
                    {
                        "label": "Reading",
                        "value": 4
                    }
                ],
                "question": "The pictograph shows: Math=46, Science=71, Reading=4. How many in total?",
                "answer": 121,
                "correctAnswer": "121",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Apples",
                        "value": 86
                    },
                    {
                        "label": "Oranges",
                        "value": 18
                    },
                    {
                        "label": "Bananas",
                        "value": 67
                    },
                    {
                        "label": "Grapes",
                        "value": 24
                    }
                ],
                "question": "The pictograph shows: Apples=86, Oranges=18, Bananas=67, Grapes=24. Which has the least?",
                "answer": "Oranges",
                "correctAnswer": "Oranges",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 68
                    },
                    {
                        "label": "Cats",
                        "value": 85
                    },
                    {
                        "label": "Fish",
                        "value": 33
                    },
                    {
                        "label": "Birds",
                        "value": 43
                    }
                ],
                "question": "The pictograph shows: Dogs=68, Cats=85, Fish=33, Birds=43. Which has the least?",
                "answer": "Fish",
                "correctAnswer": "Fish",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Red",
                        "value": 98
                    },
                    {
                        "label": "Blue",
                        "value": 95
                    },
                    {
                        "label": "Green",
                        "value": 28
                    }
                ],
                "question": "The pictograph shows: Red=98, Blue=95, Green=28. How many more Red than Blue?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Red",
                        "value": 34
                    },
                    {
                        "label": "Blue",
                        "value": 36
                    },
                    {
                        "label": "Green",
                        "value": 52
                    },
                    {
                        "label": "Yellow",
                        "value": 48
                    }
                ],
                "question": "The pictograph shows: Red=34, Blue=36, Green=52, Yellow=48. Which has the most?",
                "answer": "Green",
                "correctAnswer": "Green",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 22
                    },
                    {
                        "label": "Cats",
                        "value": 80
                    },
                    {
                        "label": "Fish",
                        "value": 59
                    },
                    {
                        "label": "Birds",
                        "value": 62
                    }
                ],
                "question": "The pictograph shows: Dogs=22, Cats=80, Fish=59, Birds=62. What is the difference between Fish and Birds?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 68
                    },
                    {
                        "label": "Basketball",
                        "value": 37
                    },
                    {
                        "label": "Baseball",
                        "value": 71
                    },
                    {
                        "label": "Tennis",
                        "value": 95
                    }
                ],
                "question": "The pictograph shows: Soccer=68, Basketball=37, Baseball=71, Tennis=95. What is the difference between Basketball and Soccer?",
                "answer": 31,
                "correctAnswer": "31",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Monday",
                        "value": 69
                    },
                    {
                        "label": "Tuesday",
                        "value": 35
                    },
                    {
                        "label": "Wednesday",
                        "value": 34
                    },
                    {
                        "label": "Thursday",
                        "value": 40
                    },
                    {
                        "label": "Friday",
                        "value": 26
                    }
                ],
                "question": "The pictograph shows: Monday=69, Tuesday=35, Wednesday=34, Thursday=40, Friday=26. How many in total?",
                "answer": 204,
                "correctAnswer": "204",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Apples",
                        "value": 73
                    },
                    {
                        "label": "Oranges",
                        "value": 86
                    },
                    {
                        "label": "Bananas",
                        "value": 34
                    },
                    {
                        "label": "Grapes",
                        "value": 36
                    }
                ],
                "question": "The pictograph shows: Apples=73, Oranges=86, Bananas=34, Grapes=36. Which has the least?",
                "answer": "Bananas",
                "correctAnswer": "Bananas",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Math",
                        "value": 62
                    },
                    {
                        "label": "Science",
                        "value": 3
                    },
                    {
                        "label": "Reading",
                        "value": 56
                    },
                    {
                        "label": "Art",
                        "value": 44
                    },
                    {
                        "label": "PE",
                        "value": 35
                    }
                ],
                "question": "The pictograph shows: Math=62, Science=3, Reading=56, Art=44, PE=35. How many more Math than Reading?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 41
                    },
                    {
                        "label": "Cats",
                        "value": 52
                    },
                    {
                        "label": "Fish",
                        "value": 9
                    },
                    {
                        "label": "Birds",
                        "value": 79
                    },
                    {
                        "label": "Rabbits",
                        "value": 75
                    }
                ],
                "question": "The pictograph shows: Dogs=41, Cats=52, Fish=9, Birds=79, Rabbits=75. Which has the most?",
                "answer": "Birds",
                "correctAnswer": "Birds",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Apples",
                        "value": 81
                    },
                    {
                        "label": "Oranges",
                        "value": 55
                    },
                    {
                        "label": "Bananas",
                        "value": 56
                    },
                    {
                        "label": "Grapes",
                        "value": 77
                    }
                ],
                "question": "The pictograph shows: Apples=81, Oranges=55, Bananas=56, Grapes=77. Which has the most?",
                "answer": "Apples",
                "correctAnswer": "Apples",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 45
                    },
                    {
                        "label": "Cats",
                        "value": 95
                    },
                    {
                        "label": "Fish",
                        "value": 69
                    }
                ],
                "question": "The pictograph shows: Dogs=45, Cats=95, Fish=69. Which has the most?",
                "answer": "Cats",
                "correctAnswer": "Cats",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Monday",
                        "value": 39
                    },
                    {
                        "label": "Tuesday",
                        "value": 59
                    },
                    {
                        "label": "Wednesday",
                        "value": 76
                    },
                    {
                        "label": "Thursday",
                        "value": 68
                    }
                ],
                "question": "The pictograph shows: Monday=39, Tuesday=59, Wednesday=76, Thursday=68. How many in total?",
                "answer": 242,
                "correctAnswer": "242",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Monday",
                        "value": 22
                    },
                    {
                        "label": "Tuesday",
                        "value": 36
                    },
                    {
                        "label": "Wednesday",
                        "value": 68
                    },
                    {
                        "label": "Thursday",
                        "value": 94
                    },
                    {
                        "label": "Friday",
                        "value": 53
                    }
                ],
                "question": "The pictograph shows: Monday=22, Tuesday=36, Wednesday=68, Thursday=94, Friday=53. How many in total?",
                "answer": 273,
                "correctAnswer": "273",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 4
                    },
                    {
                        "label": "Cats",
                        "value": 6
                    },
                    {
                        "label": "Fish",
                        "value": 60
                    }
                ],
                "question": "The pictograph shows: Dogs=4, Cats=6, Fish=60. How many in total?",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "pictograph",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 98
                    },
                    {
                        "label": "Basketball",
                        "value": 74
                    },
                    {
                        "label": "Baseball",
                        "value": 77
                    },
                    {
                        "label": "Tennis",
                        "value": 27
                    },
                    {
                        "label": "Swimming",
                        "value": 21
                    }
                ],
                "question": "The pictograph shows: Soccer=98, Basketball=74, Baseball=77, Tennis=27, Swimming=21. What is the difference between Baseball and Swimming?",
                "answer": 56,
                "correctAnswer": "56",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}