B Set 75 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: 21 - 3 = ? Mark the answer on the bingo card. Card rows: RED: [7, 2, 20, 3]; BLUE: [1, 6, 18, 13]; GREEN: [5, 15, 21, 10]; YELLOW: [12, 9, 16, 23]",
                "answer": "18",
                "expression": "21 - 3",
                "target": 18,
                "card": [
                    [
                        7,
                        2,
                        20,
                        3
                    ],
                    [
                        1,
                        6,
                        18,
                        13
                    ],
                    [
                        5,
                        15,
                        21,
                        10
                    ],
                    [
                        12,
                        9,
                        16,
                        23
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}