B Set 35 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "mixed",
        "subject": "arithmetic",
        "difficulty": "medium",
        "config": {
            "maxNumber": 50,
            "minNumber": 0,
            "digits": 2,
            "regrouping": false,
            "operation": "mixed",
            "operations": [
                "+",
                "-",
                "×",
                "÷"
            ],
            "missingOperand": true,
            "maxSum": 20,
            "maxOperand": 120,
            "_gradeLevel": "1"
        },
        "problems": [
            {
                "id": 1,
                "operand1": 12,
                "operator": "+",
                "operand2": 7,
                "question": "12 + 7 = ___",
                "answer": 19,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "19"
                }
            },
            {
                "id": 2,
                "operand1": 20,
                "operator": "-",
                "operand2": 18,
                "question": "20 - 18 = ___",
                "answer": 2,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "2"
                }
            },
            {
                "id": 5,
                "operand1": 2,
                "operator": "+",
                "operand2": 15,
                "question": "2 + 15 = ___",
                "answer": 17,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "17"
                }
            },
            {
                "id": 6,
                "operand1": 10,
                "operator": "-",
                "operand2": 2,
                "question": "10 - 2 = ___",
                "answer": 8,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "8"
                }
            },
            {
                "id": 9,
                "operand1": 11,
                "operator": "+",
                "operand2": 8,
                "question": "11 + 8 = ___",
                "answer": 19,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "19"
                }
            },
            {
                "id": 10,
                "operand1": 19,
                "operator": "-",
                "operand2": 4,
                "question": "19 - 4 = ___",
                "answer": 15,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "15"
                }
            },
            {
                "id": 12,
                "operand1": 4,
                "operator": "+",
                "operand2": 7,
                "question": "4 + 7 = ___",
                "answer": 11,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "11"
                }
            },
            {
                "id": 13,
                "operand1": 12,
                "operator": "-",
                "operand2": 4,
                "question": "12 - 4 = ___",
                "answer": 8,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "8"
                }
            },
            {
                "id": 16,
                "operand1": 13,
                "operator": "+",
                "operand2": 2,
                "question": "13 + 2 = ___",
                "answer": 15,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "15"
                }
            },
            {
                "id": 17,
                "operand1": 2,
                "operator": "-",
                "operand2": 1,
                "question": "2 - 1 = ___",
                "answer": 1,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "1"
                }
            },
            {
                "id": 20,
                "operand1": 3,
                "operator": "+",
                "operand2": 12,
                "question": "3 + 12 = ___",
                "answer": 15,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "15"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}