easy Set 1 Form Exercise

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

{
    "_meta": {
        "schemaVersion": "2.0.0",
        "nodeId": "node-1-leaf-math-maze-mixed-small-easy",
        "pageNumber": 1,
        "generatedAt": "2026-03-01T01:52:02.358Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "9437031433589827025",
        "resolvedParams": {
            "expectedPuzzleSize": null,
            "expectedSize": null,
            "expectedDifficulty": "easy",
            "expectedVariant": null,
            "displayDifficulty": "easy",
            "theme": null,
            "contentType": "maze",
            "source": {
                "puzzleSize": "config",
                "size": "config",
                "difficulty": "slug",
                "variant": "config"
            }
        },
        "contractVersion": "1.0",
        "canonicalVersion": "2.0",
        "archetype": "form-exercise",
        "contentHash": "1aa898140ecb1f9cf738b128efa5e4cf94fe1a4513f58c4db325c2e8064aecd4",
        "fallbackReason": null
    },
    "title": "form-exercise set 1",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "easy",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "mixed",
        "operations": [
            "+",
            "-",
            "×",
            "÷"
        ],
        "difficulty": "easy"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 13,
            "steps": [
                {
                    "op": "+",
                    "value": 10,
                    "result": 23
                },
                {
                    "op": "+",
                    "value": 9,
                    "result": 32
                }
            ],
            "forks": [
                {
                    "correct": 23,
                    "wrong": 27,
                    "options": [
                        23,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 32,
                    "wrong": 35,
                    "options": [
                        32,
                        35
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 9
                }
            ],
            "answer": 32,
            "correctAnswer": "32",
            "question": "Start at 13. Follow the path: +10, +9. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 19,
            "steps": [
                {
                    "op": "-",
                    "value": 6,
                    "result": 13
                },
                {
                    "op": "+",
                    "value": 2,
                    "result": 15
                }
            ],
            "forks": [
                {
                    "correct": 13,
                    "wrong": 9,
                    "options": [
                        9,
                        13
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 6
                },
                {
                    "correct": 15,
                    "wrong": 18,
                    "options": [
                        18,
                        15
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 2
                }
            ],
            "answer": 15,
            "correctAnswer": "15",
            "question": "Start at 19. Follow the path: -6, +2. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "value": 10,
                    "result": 18
                },
                {
                    "op": "+",
                    "value": 10,
                    "result": 28
                }
            ],
            "forks": [
                {
                    "correct": 18,
                    "wrong": 20,
                    "options": [
                        18,
                        20
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 28,
                    "wrong": 33,
                    "options": [
                        28,
                        33
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 10
                }
            ],
            "answer": 28,
            "correctAnswer": "28",
            "question": "Start at 8. Follow the path: +10, +10. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 19,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 18
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 13
                }
            ],
            "forks": [
                {
                    "correct": 18,
                    "wrong": 13,
                    "options": [
                        18,
                        13
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 13,
                    "wrong": 11,
                    "options": [
                        11,
                        13
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 13,
            "correctAnswer": "13",
            "question": "Start at 19. Follow the path: -1, -5. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 13,
            "steps": [
                {
                    "op": "+",
                    "value": 7,
                    "result": 20
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 17
                }
            ],
            "forks": [
                {
                    "correct": 20,
                    "wrong": 22,
                    "options": [
                        20,
                        22
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 7
                },
                {
                    "correct": 17,
                    "wrong": 16,
                    "options": [
                        16,
                        17
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 3
                }
            ],
            "answer": 17,
            "correctAnswer": "17",
            "question": "Start at 13. Follow the path: +7, -3. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 12,
            "steps": [
                {
                    "op": "-",
                    "value": 8,
                    "result": 4
                },
                {
                    "op": "+",
                    "value": 7,
                    "result": 11
                }
            ],
            "forks": [
                {
                    "correct": 4,
                    "wrong": 3,
                    "options": [
                        3,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 8
                },
                {
                    "correct": 11,
                    "wrong": 8,
                    "options": [
                        8,
                        11
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 7
                }
            ],
            "answer": 11,
            "correctAnswer": "11",
            "question": "Start at 12. Follow the path: -8, +7. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "value": 1,
                    "result": 6
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 1
                }
            ],
            "forks": [
                {
                    "correct": 6,
                    "wrong": 10,
                    "options": [
                        6,
                        10
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 1,
                    "wrong": 1,
                    "options": [
                        1,
                        1
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 1,
            "correctAnswer": "1",
            "question": "Start at 5. Follow the path: +1, -5. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 13,
            "steps": [
                {
                    "op": "-",
                    "value": 4,
                    "result": 9
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 6
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 7,
                    "options": [
                        9,
                        7
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 4
                },
                {
                    "correct": 6,
                    "wrong": 3,
                    "options": [
                        3,
                        6
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 3
                }
            ],
            "answer": 6,
            "correctAnswer": "6",
            "question": "Start at 13. Follow the path: -4, -3. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "semantics": {
        "contentType": "form-exercise",
        "difficulty": "medium"
    },
    "version": "2.0",
    "_archetype": null,
    "_generatorId": null
}