B Set 13 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": "area",
                "shape": "octagon",
                "question": "What is the area of a rectangle with length 5 and width 1?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "starter"
            },
            {
                "id": 2,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "hexagon",
                "question": "How many sides does a hexagon have?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "starter"
            },
            {
                "id": 3,
                "type": "geometry",
                "subType": "area",
                "shape": "rectangle",
                "question": "What is the area of a rectangle with length 3 and width 1?",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "starter"
            },
            {
                "id": 4,
                "type": "geometry",
                "subType": "area",
                "shape": "square",
                "question": "What is the area of a square with side 4?",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "starter"
            },
            {
                "id": 6,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "rectangle",
                "question": "How many sides does a rectangle have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "starter"
            },
            {
                "id": 7,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "square",
                "question": "What is the perimeter of a square with each side = 1?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "starter"
            },
            {
                "id": 8,
                "type": "geometry",
                "subType": "count-sides",
                "shape": "square",
                "question": "How many sides does a square have?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "starter"
            },
            {
                "id": 9,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "rectangle",
                "question": "What is the perimeter of a rectangle with length 2 and width 3?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "starter"
            },
            {
                "id": 10,
                "type": "geometry",
                "subType": "area",
                "shape": "hexagon",
                "question": "What is the area of a rectangle with length 2 and width 4?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "starter"
            },
            {
                "id": 11,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "pentagon",
                "question": "What is the perimeter of a pentagon with each side = 2?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "starter"
            },
            {
                "id": 12,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "octagon",
                "question": "What is the perimeter of a octagon with each side = 4?",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "starter"
            },
            {
                "id": 14,
                "type": "geometry",
                "subType": "area",
                "shape": "square",
                "question": "What is the area of a square with side 1?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "starter"
            },
            {
                "id": 15,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "square",
                "question": "What is the perimeter of a square with each side = 3?",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "starter"
            },
            {
                "id": 16,
                "type": "geometry",
                "subType": "area",
                "shape": "square",
                "question": "What is the area of a square with side 3?",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "starter"
            },
            {
                "id": 18,
                "type": "geometry",
                "subType": "area",
                "shape": "pentagon",
                "question": "What is the area of a rectangle with length 4 and width 4?",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "starter"
            },
            {
                "id": 19,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "circle",
                "question": "What is the perimeter (circumference) of a circle with radius 3? (use π ≈ 3.14)",
                "answer": 18.85,
                "correctAnswer": "18.85",
                "difficulty": "starter"
            },
            {
                "id": 20,
                "type": "geometry",
                "subType": "perimeter",
                "shape": "rectangle",
                "question": "What is the perimeter of a rectangle with length 3 and width 4?",
                "answer": 14,
                "correctAnswer": "14",
                "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"
}