B Set 36 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "math-bingo",
        "subject": "arithmetic",
        "difficulty": "easy",
        "gridSize": 5,
        "config": {
            "gridSize": 5,
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "math-bingo",
                "subType": "math-bingo",
                "difficulty": "normal",
                "question": "Math Bingo! Solve: 3 × 3 = ? Mark the answer on the bingo card. Card rows: RED: [18, 19, 9, 13]; BLUE: [5, 11, 25, 14]; GREEN: [21, 16, 8, 24]; YELLOW: [10, 22, 12, 17]",
                "answer": "9",
                "expression": "3 × 3",
                "target": 9,
                "card": [
                    [
                        18,
                        19,
                        9,
                        13
                    ],
                    [
                        5,
                        11,
                        25,
                        14
                    ],
                    [
                        21,
                        16,
                        8,
                        24
                    ],
                    [
                        10,
                        22,
                        12,
                        17
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}