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