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