B Set 42 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": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 99
                    },
                    {
                        "label": "Cats",
                        "value": 3
                    },
                    {
                        "label": "Fish",
                        "value": 56
                    }
                ],
                "question": "The bar graph shows: Dogs=99, Cats=3, Fish=56. How many more Dogs than Fish?",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 30
                    },
                    {
                        "label": "Cats",
                        "value": 47
                    },
                    {
                        "label": "Fish",
                        "value": 92
                    }
                ],
                "question": "The bar graph shows: Dogs=30, Cats=47, Fish=92. Which has the most?",
                "answer": "Fish",
                "correctAnswer": "Fish",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 10
                    },
                    {
                        "label": "Blue",
                        "value": 66
                    },
                    {
                        "label": "Green",
                        "value": 5
                    },
                    {
                        "label": "Yellow",
                        "value": 34
                    }
                ],
                "question": "The bar graph shows: Red=10, Blue=66, Green=5, Yellow=34. Which has the most?",
                "answer": "Blue",
                "correctAnswer": "Blue",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 12
                    },
                    {
                        "label": "Blue",
                        "value": 1
                    },
                    {
                        "label": "Green",
                        "value": 49
                    }
                ],
                "question": "The bar graph shows: Red=12, Blue=1, Green=49. Which has the least?",
                "answer": "Blue",
                "correctAnswer": "Blue",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 81
                    },
                    {
                        "label": "Oranges",
                        "value": 89
                    },
                    {
                        "label": "Bananas",
                        "value": 83
                    },
                    {
                        "label": "Grapes",
                        "value": 51
                    }
                ],
                "question": "The bar graph shows: Apples=81, Oranges=89, Bananas=83, Grapes=51. Which has the most?",
                "answer": "Oranges",
                "correctAnswer": "Oranges",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 94
                    },
                    {
                        "label": "Blue",
                        "value": 97
                    },
                    {
                        "label": "Green",
                        "value": 45
                    },
                    {
                        "label": "Yellow",
                        "value": 82
                    }
                ],
                "question": "The bar graph shows: Red=94, Blue=97, Green=45, Yellow=82. What is the difference between Yellow and Blue?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 46
                    },
                    {
                        "label": "Oranges",
                        "value": 78
                    },
                    {
                        "label": "Bananas",
                        "value": 20
                    },
                    {
                        "label": "Grapes",
                        "value": 5
                    },
                    {
                        "label": "Peaches",
                        "value": 63
                    }
                ],
                "question": "The bar graph shows: Apples=46, Oranges=78, Bananas=20, Grapes=5, Peaches=63. What is the difference between Bananas and Oranges?",
                "answer": 58,
                "correctAnswer": "58",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 28
                    },
                    {
                        "label": "Cats",
                        "value": 85
                    },
                    {
                        "label": "Fish",
                        "value": 63
                    },
                    {
                        "label": "Birds",
                        "value": 59
                    },
                    {
                        "label": "Rabbits",
                        "value": 18
                    }
                ],
                "question": "The bar graph shows: Dogs=28, Cats=85, Fish=63, Birds=59, Rabbits=18. How many in total?",
                "answer": 253,
                "correctAnswer": "253",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 25
                    },
                    {
                        "label": "Basketball",
                        "value": 30
                    },
                    {
                        "label": "Baseball",
                        "value": 79
                    },
                    {
                        "label": "Tennis",
                        "value": 54
                    }
                ],
                "question": "The bar graph shows: Soccer=25, Basketball=30, Baseball=79, Tennis=54. Which has the most?",
                "answer": "Baseball",
                "correctAnswer": "Baseball",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 75
                    },
                    {
                        "label": "Tuesday",
                        "value": 26
                    },
                    {
                        "label": "Wednesday",
                        "value": 75
                    },
                    {
                        "label": "Thursday",
                        "value": 100
                    },
                    {
                        "label": "Friday",
                        "value": 50
                    }
                ],
                "question": "The bar graph shows: Monday=75, Tuesday=26, Wednesday=75, Thursday=100, Friday=50. What is the difference between Thursday and Friday?",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 98
                    },
                    {
                        "label": "Science",
                        "value": 73
                    },
                    {
                        "label": "Reading",
                        "value": 78
                    }
                ],
                "question": "The bar graph shows: Math=98, Science=73, Reading=78. Which has the most?",
                "answer": "Math",
                "correctAnswer": "Math",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 57
                    },
                    {
                        "label": "Science",
                        "value": 4
                    },
                    {
                        "label": "Reading",
                        "value": 81
                    },
                    {
                        "label": "Art",
                        "value": 38
                    }
                ],
                "question": "The bar graph shows: Math=57, Science=4, Reading=81, Art=38. What is the difference between Art and Math?",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 91
                    },
                    {
                        "label": "Blue",
                        "value": 53
                    },
                    {
                        "label": "Green",
                        "value": 15
                    },
                    {
                        "label": "Yellow",
                        "value": 34
                    },
                    {
                        "label": "Purple",
                        "value": 94
                    }
                ],
                "question": "The bar graph shows: Red=91, Blue=53, Green=15, Yellow=34, Purple=94. How many in total?",
                "answer": 287,
                "correctAnswer": "287",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 65
                    },
                    {
                        "label": "Blue",
                        "value": 11
                    },
                    {
                        "label": "Green",
                        "value": 82
                    },
                    {
                        "label": "Yellow",
                        "value": 76
                    },
                    {
                        "label": "Purple",
                        "value": 62
                    }
                ],
                "question": "The bar graph shows: Red=65, Blue=11, Green=82, Yellow=76, Purple=62. What is the difference between Green and Blue?",
                "answer": 71,
                "correctAnswer": "71",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 44
                    },
                    {
                        "label": "Science",
                        "value": 43
                    },
                    {
                        "label": "Reading",
                        "value": 100
                    },
                    {
                        "label": "Art",
                        "value": 35
                    },
                    {
                        "label": "PE",
                        "value": 6
                    }
                ],
                "question": "The bar graph shows: Math=44, Science=43, Reading=100, Art=35, PE=6. Which has the most?",
                "answer": "Reading",
                "correctAnswer": "Reading",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 88
                    },
                    {
                        "label": "Cats",
                        "value": 86
                    },
                    {
                        "label": "Fish",
                        "value": 8
                    },
                    {
                        "label": "Birds",
                        "value": 70
                    }
                ],
                "question": "The bar graph shows: Dogs=88, Cats=86, Fish=8, Birds=70. What is the difference between Dogs and Cats?",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 81
                    },
                    {
                        "label": "Tuesday",
                        "value": 34
                    },
                    {
                        "label": "Wednesday",
                        "value": 72
                    },
                    {
                        "label": "Thursday",
                        "value": 13
                    },
                    {
                        "label": "Friday",
                        "value": 2
                    }
                ],
                "question": "The bar graph shows: Monday=81, Tuesday=34, Wednesday=72, Thursday=13, Friday=2. Which has the least?",
                "answer": "Friday",
                "correctAnswer": "Friday",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 9
                    },
                    {
                        "label": "Blue",
                        "value": 86
                    },
                    {
                        "label": "Green",
                        "value": 87
                    },
                    {
                        "label": "Yellow",
                        "value": 9
                    }
                ],
                "question": "The bar graph shows: Red=9, Blue=86, Green=87, Yellow=9. How many in total?",
                "answer": 191,
                "correctAnswer": "191",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 55
                    },
                    {
                        "label": "Basketball",
                        "value": 84
                    },
                    {
                        "label": "Baseball",
                        "value": 92
                    },
                    {
                        "label": "Tennis",
                        "value": 27
                    },
                    {
                        "label": "Swimming",
                        "value": 100
                    }
                ],
                "question": "The bar graph shows: Soccer=55, Basketball=84, Baseball=92, Tennis=27, Swimming=100. How many more Swimming than Baseball?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 56
                    },
                    {
                        "label": "Blue",
                        "value": 24
                    },
                    {
                        "label": "Green",
                        "value": 94
                    }
                ],
                "question": "The bar graph shows: Red=56, Blue=24, Green=94. How many more Green than Red?",
                "answer": 38,
                "correctAnswer": "38",
                "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"
}