B Set 25 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": "medium",
        "config": {
            "maxNumber": 100,
            "maxSum": 1000,
            "maxOperand": 1000,
            "_gradeLevel": "2"
        },
        "problems": [
            {
                "id": 1,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "rectangle",
                "question": "How many sides does a rectangle have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "circle",
                "question": "How many sides does a circle have?",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "geometry",
                "subType": "area",
                "shape": "pentagon",
                "question": "What is the area of a rectangle with length 4 and width 2?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "pentagon",
                "question": "How many sides does a pentagon have?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "circle",
                "question": "What is the name of a shape with 4 sides?",
                "answer": "rectangle",
                "correctAnswer": "rectangle",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "hexagon",
                "question": "How many sides does a hexagon have?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "triangle",
                "question": "How many sides does a triangle have?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "octagon",
                "question": "What is the perimeter of a octagon with each side = 6?",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "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": 15,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "rectangle",
                "question": "What is the perimeter of a rectangle with length 15 and width 10?",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "hexagon",
                "question": "What is the name of a shape with 8 sides?",
                "answer": "octagon",
                "correctAnswer": "octagon",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "octagon",
                "question": "How many sides does a octagon have?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "square",
                "question": "How many sides does a square have?",
                "answer": 4,
                "correctAnswer": "4",
                "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"
}