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