B Set 31 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": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 42
                    },
                    {
                        "label": "Tuesday",
                        "value": 45
                    },
                    {
                        "label": "Wednesday",
                        "value": 97
                    },
                    {
                        "label": "Thursday",
                        "value": 23
                    }
                ],
                "question": "The bar graph shows: Monday=42, Tuesday=45, Wednesday=97, Thursday=23. What is the difference between Monday and Wednesday?",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 19
                    },
                    {
                        "label": "Science",
                        "value": 42
                    },
                    {
                        "label": "Reading",
                        "value": 93
                    },
                    {
                        "label": "Art",
                        "value": 9
                    },
                    {
                        "label": "PE",
                        "value": 9
                    }
                ],
                "question": "The bar graph shows: Math=19, Science=42, Reading=93, Art=9, PE=9. Which has the most?",
                "answer": "Reading",
                "correctAnswer": "Reading",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 84
                    },
                    {
                        "label": "Tuesday",
                        "value": 20
                    },
                    {
                        "label": "Wednesday",
                        "value": 10
                    },
                    {
                        "label": "Thursday",
                        "value": 77
                    },
                    {
                        "label": "Friday",
                        "value": 83
                    }
                ],
                "question": "The bar graph shows: Monday=84, Tuesday=20, Wednesday=10, Thursday=77, Friday=83. How many more Monday than Friday?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 78
                    },
                    {
                        "label": "Blue",
                        "value": 96
                    },
                    {
                        "label": "Green",
                        "value": 58
                    },
                    {
                        "label": "Yellow",
                        "value": 17
                    },
                    {
                        "label": "Purple",
                        "value": 37
                    }
                ],
                "question": "The bar graph shows: Red=78, Blue=96, Green=58, Yellow=17, Purple=37. How many more Blue than Red?",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 76
                    },
                    {
                        "label": "Basketball",
                        "value": 54
                    },
                    {
                        "label": "Baseball",
                        "value": 88
                    }
                ],
                "question": "The bar graph shows: Soccer=76, Basketball=54, Baseball=88. How many more Baseball than Soccer?",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 66
                    },
                    {
                        "label": "Science",
                        "value": 16
                    },
                    {
                        "label": "Reading",
                        "value": 8
                    }
                ],
                "question": "The bar graph shows: Math=66, Science=16, Reading=8. How many more Math than Science?",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 89
                    },
                    {
                        "label": "Tuesday",
                        "value": 49
                    },
                    {
                        "label": "Wednesday",
                        "value": 14
                    },
                    {
                        "label": "Thursday",
                        "value": 76
                    }
                ],
                "question": "The bar graph shows: Monday=89, Tuesday=49, Wednesday=14, Thursday=76. What is the difference between Monday and Thursday?",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 91
                    },
                    {
                        "label": "Oranges",
                        "value": 3
                    },
                    {
                        "label": "Bananas",
                        "value": 96
                    },
                    {
                        "label": "Grapes",
                        "value": 75
                    },
                    {
                        "label": "Peaches",
                        "value": 59
                    }
                ],
                "question": "The bar graph shows: Apples=91, Oranges=3, Bananas=96, Grapes=75, Peaches=59. Which has the least?",
                "answer": "Oranges",
                "correctAnswer": "Oranges",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 98
                    },
                    {
                        "label": "Oranges",
                        "value": 100
                    },
                    {
                        "label": "Bananas",
                        "value": 75
                    },
                    {
                        "label": "Grapes",
                        "value": 37
                    },
                    {
                        "label": "Peaches",
                        "value": 74
                    }
                ],
                "question": "The bar graph shows: Apples=98, Oranges=100, Bananas=75, Grapes=37, Peaches=74. How many in total?",
                "answer": 384,
                "correctAnswer": "384",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 66
                    },
                    {
                        "label": "Tuesday",
                        "value": 67
                    },
                    {
                        "label": "Wednesday",
                        "value": 24
                    }
                ],
                "question": "The bar graph shows: Monday=66, Tuesday=67, Wednesday=24. How many more Tuesday than Monday?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 100
                    },
                    {
                        "label": "Basketball",
                        "value": 53
                    },
                    {
                        "label": "Baseball",
                        "value": 60
                    },
                    {
                        "label": "Tennis",
                        "value": 6
                    },
                    {
                        "label": "Swimming",
                        "value": 68
                    }
                ],
                "question": "The bar graph shows: Soccer=100, Basketball=53, Baseball=60, Tennis=6, Swimming=68. Which has the least?",
                "answer": "Tennis",
                "correctAnswer": "Tennis",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 23
                    },
                    {
                        "label": "Tuesday",
                        "value": 48
                    },
                    {
                        "label": "Wednesday",
                        "value": 75
                    },
                    {
                        "label": "Thursday",
                        "value": 15
                    }
                ],
                "question": "The bar graph shows: Monday=23, Tuesday=48, Wednesday=75, Thursday=15. What is the difference between Thursday and Monday?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 12
                    },
                    {
                        "label": "Blue",
                        "value": 86
                    },
                    {
                        "label": "Green",
                        "value": 63
                    },
                    {
                        "label": "Yellow",
                        "value": 2
                    },
                    {
                        "label": "Purple",
                        "value": 97
                    }
                ],
                "question": "The bar graph shows: Red=12, Blue=86, Green=63, Yellow=2, Purple=97. How many in total?",
                "answer": 260,
                "correctAnswer": "260",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 48
                    },
                    {
                        "label": "Tuesday",
                        "value": 59
                    },
                    {
                        "label": "Wednesday",
                        "value": 31
                    },
                    {
                        "label": "Thursday",
                        "value": 2
                    }
                ],
                "question": "The bar graph shows: Monday=48, Tuesday=59, Wednesday=31, Thursday=2. How many more Tuesday than Monday?",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 19
                    },
                    {
                        "label": "Blue",
                        "value": 59
                    },
                    {
                        "label": "Green",
                        "value": 54
                    },
                    {
                        "label": "Yellow",
                        "value": 22
                    },
                    {
                        "label": "Purple",
                        "value": 100
                    }
                ],
                "question": "The bar graph shows: Red=19, Blue=59, Green=54, Yellow=22, Purple=100. Which has the most?",
                "answer": "Purple",
                "correctAnswer": "Purple",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 56
                    },
                    {
                        "label": "Science",
                        "value": 11
                    },
                    {
                        "label": "Reading",
                        "value": 82
                    },
                    {
                        "label": "Art",
                        "value": 95
                    }
                ],
                "question": "The bar graph shows: Math=56, Science=11, Reading=82, Art=95. How many more Art than Reading?",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 13
                    },
                    {
                        "label": "Tuesday",
                        "value": 48
                    },
                    {
                        "label": "Wednesday",
                        "value": 32
                    }
                ],
                "question": "The bar graph shows: Monday=13, Tuesday=48, Wednesday=32. Which has the least?",
                "answer": "Monday",
                "correctAnswer": "Monday",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 57
                    },
                    {
                        "label": "Blue",
                        "value": 98
                    },
                    {
                        "label": "Green",
                        "value": 51
                    },
                    {
                        "label": "Yellow",
                        "value": 40
                    },
                    {
                        "label": "Purple",
                        "value": 42
                    }
                ],
                "question": "The bar graph shows: Red=57, Blue=98, Green=51, Yellow=40, Purple=42. Which has the least?",
                "answer": "Yellow",
                "correctAnswer": "Yellow",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 64
                    },
                    {
                        "label": "Blue",
                        "value": 32
                    },
                    {
                        "label": "Green",
                        "value": 97
                    },
                    {
                        "label": "Yellow",
                        "value": 66
                    }
                ],
                "question": "The bar graph shows: Red=64, Blue=32, Green=97, Yellow=66. Which has the least?",
                "answer": "Blue",
                "correctAnswer": "Blue",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 85
                    },
                    {
                        "label": "Tuesday",
                        "value": 16
                    },
                    {
                        "label": "Wednesday",
                        "value": 47
                    },
                    {
                        "label": "Thursday",
                        "value": 53
                    }
                ],
                "question": "The bar graph shows: Monday=85, Tuesday=16, Wednesday=47, Thursday=53. How many more Monday than Thursday?",
                "answer": 32,
                "correctAnswer": "32",
                "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"
}