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