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