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