B Set 79 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "geometry",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 10,
            "maxSum": 1000,
            "maxOperand": 1000,
            "_gradeLevel": "2"
        },
        "problems": [
            {
                "id": 1,
                "type": "geometry",
                "subType": "area",
                "shape": "rectangle",
                "question": "What is the area of a rectangle with length 6 and width 4?",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "geometry",
                "subType": "area",
                "shape": "triangle",
                "question": "What is the area of a triangle with base 14 and height 4?",
                "answer": 28,
                "correctAnswer": "28",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "hexagon",
                "question": "What is the name of a shape with 6 sides?",
                "answer": "hexagon",
                "correctAnswer": "hexagon",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "octagon",
                "question": "What is the name of a shape with 8 sides?",
                "answer": "octagon",
                "correctAnswer": "octagon",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "circle",
                "question": "What is the name of a shape with 5 sides?",
                "answer": "pentagon",
                "correctAnswer": "pentagon",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "geometry",
                "subType": "area",
                "shape": "triangle",
                "question": "What is the area of a triangle with base 7 and height 6?",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "square",
                "question": "How many sides does a square have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "triangle",
                "question": "How many sides does a triangle have?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "hexagon",
                "question": "How many sides does a hexagon have?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "pentagon",
                "question": "What is the perimeter of a pentagon with each side = 12?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "geometry",
                "subType": "area",
                "shape": "triangle",
                "question": "What is the area of a triangle with base 13 and height 2?",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "geometry",
                "subType": "area",
                "shape": "octagon",
                "question": "What is the area of a rectangle with length 11 and width 6?",
                "answer": 66,
                "correctAnswer": "66",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "pentagon",
                "question": "What is the perimeter of a pentagon with each side = 6?",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}