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