B Set 79 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": "square",
                "question": "What is the area of a square with side 15?",
                "answer": 225,
                "correctAnswer": "225",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "triangle",
                "question": "How many sides does a triangle have?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "geometry",
                "subType": "identify-shapes",
                "shape": "rectangle",
                "question": "What is the name of a shape with 3 sides?",
                "answer": "triangle",
                "correctAnswer": "triangle",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "rectangle",
                "question": "How many sides does a rectangle have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "hexagon",
                "question": "How many sides does a hexagon have?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "circle",
                "question": "How many sides does a circle have?",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "square",
                "question": "How many sides does a square have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "geometry",
                "subType": "area",
                "shape": "octagon",
                "question": "What is the area of a rectangle with length 4 and width 9?",
                "answer": 36,
                "correctAnswer": "36",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "geometry",
                "subType": "area",
                "shape": "square",
                "question": "What is the area of a square with side 8?",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "geometry",
                "subType": "area",
                "shape": "square",
                "question": "What is the area of a square with side 12?",
                "answer": 144,
                "correctAnswer": "144",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}