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