B Set 20 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": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 2
                    },
                    {
                        "label": "Blue",
                        "value": 52
                    },
                    {
                        "label": "Green",
                        "value": 14
                    }
                ],
                "question": "The bar graph shows: Red=2, Blue=52, Green=14. Which has the most?",
                "answer": "Blue",
                "correctAnswer": "Blue",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 4
                    },
                    {
                        "label": "Basketball",
                        "value": 25
                    },
                    {
                        "label": "Baseball",
                        "value": 62
                    },
                    {
                        "label": "Tennis",
                        "value": 42
                    },
                    {
                        "label": "Swimming",
                        "value": 28
                    }
                ],
                "question": "The bar graph shows: Soccer=4, Basketball=25, Baseball=62, Tennis=42, Swimming=28. Which has the most?",
                "answer": "Baseball",
                "correctAnswer": "Baseball",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 8
                    },
                    {
                        "label": "Oranges",
                        "value": 88
                    },
                    {
                        "label": "Bananas",
                        "value": 44
                    },
                    {
                        "label": "Grapes",
                        "value": 97
                    },
                    {
                        "label": "Peaches",
                        "value": 25
                    }
                ],
                "question": "The bar graph shows: Apples=8, Oranges=88, Bananas=44, Grapes=97, Peaches=25. How many more Grapes than Oranges?",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 73
                    },
                    {
                        "label": "Science",
                        "value": 6
                    },
                    {
                        "label": "Reading",
                        "value": 20
                    },
                    {
                        "label": "Art",
                        "value": 7
                    }
                ],
                "question": "The bar graph shows: Math=73, Science=6, Reading=20, Art=7. Which has the most?",
                "answer": "Math",
                "correctAnswer": "Math",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 92
                    },
                    {
                        "label": "Science",
                        "value": 2
                    },
                    {
                        "label": "Reading",
                        "value": 29
                    }
                ],
                "question": "The bar graph shows: Math=92, Science=2, Reading=29. How many more Math than Reading?",
                "answer": 63,
                "correctAnswer": "63",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 50
                    },
                    {
                        "label": "Science",
                        "value": 71
                    },
                    {
                        "label": "Reading",
                        "value": 76
                    },
                    {
                        "label": "Art",
                        "value": 67
                    }
                ],
                "question": "The bar graph shows: Math=50, Science=71, Reading=76, Art=67. How many more Reading than Science?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 76
                    },
                    {
                        "label": "Tuesday",
                        "value": 64
                    },
                    {
                        "label": "Wednesday",
                        "value": 99
                    },
                    {
                        "label": "Thursday",
                        "value": 90
                    }
                ],
                "question": "The bar graph shows: Monday=76, Tuesday=64, Wednesday=99, Thursday=90. How many in total?",
                "answer": 329,
                "correctAnswer": "329",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 10
                    },
                    {
                        "label": "Oranges",
                        "value": 31
                    },
                    {
                        "label": "Bananas",
                        "value": 1
                    },
                    {
                        "label": "Grapes",
                        "value": 50
                    }
                ],
                "question": "The bar graph shows: Apples=10, Oranges=31, Bananas=1, Grapes=50. How many more Grapes than Oranges?",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 22
                    },
                    {
                        "label": "Science",
                        "value": 74
                    },
                    {
                        "label": "Reading",
                        "value": 53
                    },
                    {
                        "label": "Art",
                        "value": 42
                    },
                    {
                        "label": "PE",
                        "value": 93
                    }
                ],
                "question": "The bar graph shows: Math=22, Science=74, Reading=53, Art=42, PE=93. How many more PE than Science?",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 73
                    },
                    {
                        "label": "Oranges",
                        "value": 68
                    },
                    {
                        "label": "Bananas",
                        "value": 55
                    },
                    {
                        "label": "Grapes",
                        "value": 49
                    },
                    {
                        "label": "Peaches",
                        "value": 39
                    }
                ],
                "question": "The bar graph shows: Apples=73, Oranges=68, Bananas=55, Grapes=49, Peaches=39. How many in total?",
                "answer": 284,
                "correctAnswer": "284",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 40
                    },
                    {
                        "label": "Tuesday",
                        "value": 67
                    },
                    {
                        "label": "Wednesday",
                        "value": 25
                    }
                ],
                "question": "The bar graph shows: Monday=40, Tuesday=67, Wednesday=25. What is the difference between Tuesday and Wednesday?",
                "answer": 42,
                "correctAnswer": "42",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 50
                    },
                    {
                        "label": "Blue",
                        "value": 30
                    },
                    {
                        "label": "Green",
                        "value": 28
                    },
                    {
                        "label": "Yellow",
                        "value": 90
                    }
                ],
                "question": "The bar graph shows: Red=50, Blue=30, Green=28, Yellow=90. What is the difference between Green and Yellow?",
                "answer": 62,
                "correctAnswer": "62",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 84
                    },
                    {
                        "label": "Cats",
                        "value": 36
                    },
                    {
                        "label": "Fish",
                        "value": 88
                    },
                    {
                        "label": "Birds",
                        "value": 72
                    },
                    {
                        "label": "Rabbits",
                        "value": 73
                    }
                ],
                "question": "The bar graph shows: Dogs=84, Cats=36, Fish=88, Birds=72, Rabbits=73. Which has the least?",
                "answer": "Cats",
                "correctAnswer": "Cats",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 74
                    },
                    {
                        "label": "Cats",
                        "value": 35
                    },
                    {
                        "label": "Fish",
                        "value": 21
                    },
                    {
                        "label": "Birds",
                        "value": 17
                    },
                    {
                        "label": "Rabbits",
                        "value": 6
                    }
                ],
                "question": "The bar graph shows: Dogs=74, Cats=35, Fish=21, Birds=17, Rabbits=6. Which has the least?",
                "answer": "Rabbits",
                "correctAnswer": "Rabbits",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 33
                    },
                    {
                        "label": "Cats",
                        "value": 36
                    },
                    {
                        "label": "Fish",
                        "value": 84
                    }
                ],
                "question": "The bar graph shows: Dogs=33, Cats=36, Fish=84. How many more Fish than Cats?",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 37
                    },
                    {
                        "label": "Science",
                        "value": 99
                    },
                    {
                        "label": "Reading",
                        "value": 16
                    },
                    {
                        "label": "Art",
                        "value": 79
                    }
                ],
                "question": "The bar graph shows: Math=37, Science=99, Reading=16, Art=79. How many more Science than Art?",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 42
                    },
                    {
                        "label": "Tuesday",
                        "value": 65
                    },
                    {
                        "label": "Wednesday",
                        "value": 58
                    },
                    {
                        "label": "Thursday",
                        "value": 36
                    },
                    {
                        "label": "Friday",
                        "value": 44
                    }
                ],
                "question": "The bar graph shows: Monday=42, Tuesday=65, Wednesday=58, Thursday=36, Friday=44. Which has the least?",
                "answer": "Thursday",
                "correctAnswer": "Thursday",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 81
                    },
                    {
                        "label": "Science",
                        "value": 78
                    },
                    {
                        "label": "Reading",
                        "value": 65
                    }
                ],
                "question": "The bar graph shows: Math=81, Science=78, Reading=65. How many more Math than Science?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 22
                    },
                    {
                        "label": "Cats",
                        "value": 66
                    },
                    {
                        "label": "Fish",
                        "value": 71
                    },
                    {
                        "label": "Birds",
                        "value": 92
                    },
                    {
                        "label": "Rabbits",
                        "value": 76
                    }
                ],
                "question": "The bar graph shows: Dogs=22, Cats=66, Fish=71, Birds=92, Rabbits=76. How many more Birds than Rabbits?",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 35
                    },
                    {
                        "label": "Cats",
                        "value": 37
                    },
                    {
                        "label": "Fish",
                        "value": 57
                    }
                ],
                "question": "The bar graph shows: Dogs=35, Cats=37, Fish=57. Which has the least?",
                "answer": "Dogs",
                "correctAnswer": "Dogs",
                "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"
}