B Set 14 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": "hard",
        "gridSize": 4,
        "config": {
            "gridSize": 4,
            "difficulty": "hard",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "math-bingo",
                "subType": "math-bingo",
                "difficulty": "hard",
                "question": "Math Bingo! Solve: 33 - 8 = ? Mark the answer on the bingo card. Card rows: RED: [64, 2, 56, 67, 39]; BLUE: [35, 7, 11, 63, 48]; GREEN: [51, 38, 57, 40, 23]; YELLOW: [18, 49, 15, 3, 25]; ORANGE: [21, 26, 75, 22, 59]",
                "answer": "25",
                "expression": "33 - 8",
                "target": 25,
                "card": [
                    [
                        64,
                        2,
                        56,
                        67,
                        39
                    ],
                    [
                        35,
                        7,
                        11,
                        63,
                        48
                    ],
                    [
                        51,
                        38,
                        57,
                        40,
                        23
                    ],
                    [
                        18,
                        49,
                        15,
                        3,
                        25
                    ],
                    [
                        21,
                        26,
                        75,
                        22,
                        59
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}