B Set 59 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": "starter",
        "config": {
            "difficulty": "starter",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "hexagon",
                "question": "How many sides does a hexagon have?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "starter"
            },
            {
                "id": 2,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "circle",
                "question": "What is the perimeter (circumference) of a circle with radius 4? (use π ≈ 3.14)",
                "answer": 25.13,
                "correctAnswer": "25.13",
                "difficulty": "starter"
            },
            {
                "id": 3,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "triangle",
                "question": "How many sides does a triangle have?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "starter"
            },
            {
                "id": 4,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "pentagon",
                "question": "What is the name of a shape with 3 sides?",
                "answer": "triangle",
                "correctAnswer": "triangle",
                "difficulty": "starter"
            },
            {
                "id": 5,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "triangle",
                "question": "What is the name of a shape with 5 sides?",
                "answer": "pentagon",
                "correctAnswer": "pentagon",
                "difficulty": "starter"
            },
            {
                "id": 6,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "octagon",
                "question": "How many sides does a octagon have?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "starter"
            },
            {
                "id": 7,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "circle",
                "question": "How many sides does a circle have?",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "starter"
            },
            {
                "id": 8,
                "type": "geometry",
                "subType": "area",
                "shape": "triangle",
                "question": "What is the area of a triangle with base 1 and height 2?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "starter"
            },
            {
                "id": 9,
                "type": "geometry",
                "subType": "area",
                "shape": "circle",
                "question": "What is the area of a circle with radius 3? (use π ≈ 3.14)",
                "answer": 28.27,
                "correctAnswer": "28.27",
                "difficulty": "starter"
            },
            {
                "id": 10,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "rectangle",
                "question": "How many sides does a rectangle have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "starter"
            },
            {
                "id": 13,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "square",
                "question": "What is the perimeter of a square with each side = 2?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "starter"
            },
            {
                "id": 16,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "circle",
                "question": "What is the name of a shape with 4 sides?",
                "answer": "square",
                "correctAnswer": "square",
                "difficulty": "starter"
            },
            {
                "id": 18,
                "type": "geometry",
                "subType": "area",
                "shape": "square",
                "question": "What is the area of a square with side 5?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "starter"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}