easy Set 2 Unknown

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-medium-easy",
        "pageNumber": 2,
        "generatedAt": "2026-03-01T01:52:02.348Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "3077265021391274276",
        "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": "84702a7ddfdd74c0673d0e40ed3f2ec76fba701827706ff4a43cb38f09b2f3f6",
        "fallbackReason": null
    },
    "title": "form-exercise set 2",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "easy",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "mixed",
        "operations": [
            "+",
            "-",
            "×",
            "÷"
        ],
        "difficulty": "easy"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 2,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 1
                },
                {
                    "op": "+",
                    "value": 9,
                    "result": 10
                }
            ],
            "forks": [
                {
                    "correct": 1,
                    "wrong": 1,
                    "options": [
                        1,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 10,
                    "wrong": 11,
                    "options": [
                        10,
                        11
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 9
                }
            ],
            "answer": 10,
            "correctAnswer": "10",
            "question": "Start at 2. Follow the path: -1, +9. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 16,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 20
                },
                {
                    "op": "+",
                    "value": 1,
                    "result": 21
                }
            ],
            "forks": [
                {
                    "correct": 20,
                    "wrong": 25,
                    "options": [
                        25,
                        20
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 21,
                    "wrong": 20,
                    "options": [
                        20,
                        21
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 1
                }
            ],
            "answer": 21,
            "correctAnswer": "21",
            "question": "Start at 16. Follow the path: +4, +1. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 11,
            "steps": [
                {
                    "op": "+",
                    "value": 5,
                    "result": 16
                },
                {
                    "op": "+",
                    "value": 5,
                    "result": 21
                }
            ],
            "forks": [
                {
                    "correct": 16,
                    "wrong": 19,
                    "options": [
                        16,
                        19
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                },
                {
                    "correct": 21,
                    "wrong": 19,
                    "options": [
                        19,
                        21
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 5
                }
            ],
            "answer": 21,
            "correctAnswer": "21",
            "question": "Start at 11. Follow the path: +5, +5. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "value": 1,
                    "result": 6
                },
                {
                    "op": "+",
                    "value": 3,
                    "result": 9
                }
            ],
            "forks": [
                {
                    "correct": 6,
                    "wrong": 7,
                    "options": [
                        6,
                        7
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 9,
                    "wrong": 6,
                    "options": [
                        6,
                        9
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 3
                }
            ],
            "answer": 9,
            "correctAnswer": "9",
            "question": "Start at 5. Follow the path: +1, +3. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 12,
            "steps": [
                {
                    "op": "-",
                    "value": 4,
                    "result": 8
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 3
                }
            ],
            "forks": [
                {
                    "correct": 8,
                    "wrong": 12,
                    "options": [
                        8,
                        12
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 4
                },
                {
                    "correct": 3,
                    "wrong": 4,
                    "options": [
                        4,
                        3
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 3,
            "correctAnswer": "3",
            "question": "Start at 12. Follow the path: -4, -5. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 11,
            "steps": [
                {
                    "op": "+",
                    "value": 1,
                    "result": 12
                },
                {
                    "op": "-",
                    "value": 8,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 12,
                    "wrong": 8,
                    "options": [
                        8,
                        12
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 4,
                    "wrong": 3,
                    "options": [
                        3,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 8
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 11. Follow the path: +1, -8. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 20,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 19
                },
                {
                    "op": "+",
                    "value": 6,
                    "result": 25
                }
            ],
            "forks": [
                {
                    "correct": 19,
                    "wrong": 24,
                    "options": [
                        24,
                        19
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 25,
                    "wrong": 27,
                    "options": [
                        25,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 6
                }
            ],
            "answer": 25,
            "correctAnswer": "25",
            "question": "Start at 20. Follow the path: -1, +6. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 13,
            "steps": [
                {
                    "op": "-",
                    "value": 4,
                    "result": 9
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 4,
                    "options": [
                        4,
                        9
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 4
                },
                {
                    "correct": 4,
                    "wrong": 2,
                    "options": [
                        2,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 13. Follow the path: -4, -5. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}