B Set 73 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
        },
        "problems": [
            {
                "id": 1,
                "type": "geometry",
                "subType": "area",
                "shape": "triangle",
                "question": "What is the area of a triangle with base 10 and height 11?",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "circle",
                "question": "What is the name of a shape with 3 sides?",
                "answer": "triangle",
                "correctAnswer": "triangle",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "geometry",
                "subType": "area",
                "shape": "triangle",
                "question": "What is the area of a triangle with base 12 and height 10?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "triangle",
                "question": "How many sides does a triangle have?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "pentagon",
                "question": "How many sides does a pentagon have?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "geometry",
                "subType": "area",
                "shape": "circle",
                "question": "What is the area of a circle with radius 4? (use π ≈ 3.14)",
                "answer": 50.27,
                "correctAnswer": "50.27",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "geometry",
                "subType": "area",
                "shape": "octagon",
                "question": "What is the area of a rectangle with length 13 and width 3?",
                "answer": 39,
                "correctAnswer": "39",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "octagon",
                "question": "What is the perimeter of a octagon with each side = 15?",
                "answer": 120,
                "correctAnswer": "120",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "geometry",
                "subType": "area",
                "shape": "rectangle",
                "question": "What is the area of a rectangle with length 9 and width 6?",
                "answer": 54,
                "correctAnswer": "54",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "rectangle",
                "question": "How many sides does a rectangle have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "octagon",
                "question": "What is the name of a shape with 4 sides?",
                "answer": "square",
                "correctAnswer": "square",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "square",
                "question": "What is the perimeter of a square with each side = 13?",
                "answer": 52,
                "correctAnswer": "52",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "geometry",
                "subType": "area",
                "shape": "triangle",
                "question": "What is the area of a triangle with base 4 and height 11?",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}