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