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