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: 15 - 5 = ? Mark the answer on the bingo card. Card rows: RED: [19, 4, 10, 15]; BLUE: [17, 24, 7, 14]; GREEN: [16, 12, 6, 5]; YELLOW: [20, 9, 11, 1]",
                "answer": "10",
                "expression": "15 - 5",
                "target": 10,
                "card": [
                    [
                        19,
                        4,
                        10,
                        15
                    ],
                    [
                        17,
                        24,
                        7,
                        14
                    ],
                    [
                        16,
                        12,
                        6,
                        5
                    ],
                    [
                        20,
                        9,
                        11,
                        1
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}