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": "easy",
        "gridSize": 5,
        "config": {
            "gridSize": 5,
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "math-bingo",
                "subType": "math-bingo",
                "difficulty": "normal",
                "question": "Math Bingo! Solve: 25 - 1 = ? Mark the answer on the bingo card. Card rows: RED: [7, 4, 22, 10]; BLUE: [18, 11, 15, 20]; GREEN: [24, 8, 12, 25]; YELLOW: [23, 19, 1, 13]",
                "answer": "24",
                "expression": "25 - 1",
                "target": 24,
                "card": [
                    [
                        7,
                        4,
                        22,
                        10
                    ],
                    [
                        18,
                        11,
                        15,
                        20
                    ],
                    [
                        24,
                        8,
                        12,
                        25
                    ],
                    [
                        23,
                        19,
                        1,
                        13
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}