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