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