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