B Set 95 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": {
            "difficulty": "easy",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "geometry",
                "subType": "area",
                "shape": "square",
                "question": "What is the area of a square with side 8?",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "easy"
            },
            {
                "id": 2,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "rectangle",
                "question": "How many sides does a rectangle have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "easy"
            },
            {
                "id": 3,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "triangle",
                "question": "How many sides does a triangle have?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "easy"
            },
            {
                "id": 4,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "circle",
                "question": "What is the perimeter (circumference) of a circle with radius 2? (use π ≈ 3.14)",
                "answer": 12.57,
                "correctAnswer": "12.57",
                "difficulty": "easy"
            },
            {
                "id": 6,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "circle",
                "question": "How many sides does a circle have?",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "easy"
            },
            {
                "id": 8,
                "type": "geometry",
                "subType": "area",
                "shape": "square",
                "question": "What is the area of a square with side 1?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "easy"
            },
            {
                "id": 9,
                "type": "geometry",
                "subType": "area",
                "shape": "circle",
                "question": "What is the area of a circle with radius 2? (use π ≈ 3.14)",
                "answer": 12.57,
                "correctAnswer": "12.57",
                "difficulty": "easy"
            },
            {
                "id": 11,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "square",
                "question": "How many sides does a square have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "easy"
            },
            {
                "id": 12,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "triangle",
                "question": "What is the perimeter of a triangle with each side = 3?",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "easy"
            },
            {
                "id": 15,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "square",
                "question": "What is the name of a shape with 4 sides?",
                "answer": "rectangle",
                "correctAnswer": "rectangle",
                "difficulty": "easy"
            },
            {
                "id": 16,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "rectangle",
                "question": "What is the perimeter of a rectangle with length 7 and width 6?",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "easy"
            },
            {
                "id": 17,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "hexagon",
                "question": "What is the name of a shape with 8 sides?",
                "answer": "octagon",
                "correctAnswer": "octagon",
                "difficulty": "easy"
            },
            {
                "id": 18,
                "type": "geometry",
                "subType": "area",
                "shape": "pentagon",
                "question": "What is the area of a rectangle with length 1 and width 3?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "easy"
            },
            {
                "id": 19,
                "type": "geometry",
                "subType": "area",
                "shape": "rectangle",
                "question": "What is the area of a rectangle with length 9 and width 8?",
                "answer": 72,
                "correctAnswer": "72",
                "difficulty": "easy"
            },
            {
                "id": 20,
                "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": "easy"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}