easy Set 5 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-maze-sub-easy",
        "pageNumber": 5,
        "generatedAt": "2026-03-01T01:52:10.909Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "2726009010702854006",
        "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": "2ed350728bfae1f25ec8698d978a9bc0f28fc0e68371ea150466128ef9eecfcb",
        "fallbackReason": null
    },
    "title": "form-exercise set 5",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "easy",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "subtraction",
        "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": 5,
                    "options": [
                        1,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 10,
                    "wrong": 6,
                    "options": [
                        10,
                        6
                    ],
                    "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": 11,
            "steps": [
                {
                    "op": "+",
                    "value": 2,
                    "result": 13
                },
                {
                    "op": "+",
                    "value": 5,
                    "result": 18
                }
            ],
            "forks": [
                {
                    "correct": 13,
                    "wrong": 14,
                    "options": [
                        14,
                        13
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 2
                },
                {
                    "correct": 18,
                    "wrong": 20,
                    "options": [
                        20,
                        18
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 5
                }
            ],
            "answer": 18,
            "correctAnswer": "18",
            "question": "Start at 11. Follow the path: +2, +5. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "value": 3,
                    "result": 11
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 10
                }
            ],
            "forks": [
                {
                    "correct": 11,
                    "wrong": 15,
                    "options": [
                        15,
                        11
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 3
                },
                {
                    "correct": 10,
                    "wrong": 14,
                    "options": [
                        10,
                        14
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                }
            ],
            "answer": 10,
            "correctAnswer": "10",
            "question": "Start at 8. Follow the path: +3, -1. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 11,
            "steps": [
                {
                    "op": "-",
                    "value": 3,
                    "result": 8
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 3
                }
            ],
            "forks": [
                {
                    "correct": 8,
                    "wrong": 6,
                    "options": [
                        8,
                        6
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 3
                },
                {
                    "correct": 3,
                    "wrong": 1,
                    "options": [
                        3,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 3,
            "correctAnswer": "3",
            "question": "Start at 11. Follow the path: -3, -5. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "value": 7,
                    "result": 14
                },
                {
                    "op": "+",
                    "value": 1,
                    "result": 15
                }
            ],
            "forks": [
                {
                    "correct": 14,
                    "wrong": 13,
                    "options": [
                        13,
                        14
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 7
                },
                {
                    "correct": 15,
                    "wrong": 18,
                    "options": [
                        15,
                        18
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                }
            ],
            "answer": 15,
            "correctAnswer": "15",
            "question": "Start at 7. Follow the path: +7, +1. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 18,
            "steps": [
                {
                    "op": "-",
                    "value": 2,
                    "result": 16
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 15
                }
            ],
            "forks": [
                {
                    "correct": 16,
                    "wrong": 12,
                    "options": [
                        12,
                        16
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 15,
                    "wrong": 18,
                    "options": [
                        15,
                        18
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                }
            ],
            "answer": 15,
            "correctAnswer": "15",
            "question": "Start at 18. Follow the path: -2, -1. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 19,
            "steps": [
                {
                    "op": "+",
                    "value": 9,
                    "result": 28
                },
                {
                    "op": "+",
                    "value": 8,
                    "result": 36
                }
            ],
            "forks": [
                {
                    "correct": 28,
                    "wrong": 24,
                    "options": [
                        28,
                        24
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 9
                },
                {
                    "correct": 36,
                    "wrong": 31,
                    "options": [
                        36,
                        31
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                }
            ],
            "answer": 36,
            "correctAnswer": "36",
            "question": "Start at 19. Follow the path: +9, +8. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 11,
            "steps": [
                {
                    "op": "+",
                    "value": 2,
                    "result": 13
                },
                {
                    "op": "-",
                    "value": 10,
                    "result": 3
                }
            ],
            "forks": [
                {
                    "correct": 13,
                    "wrong": 12,
                    "options": [
                        12,
                        13
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 2
                },
                {
                    "correct": 3,
                    "wrong": 5,
                    "options": [
                        5,
                        3
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                }
            ],
            "answer": 3,
            "correctAnswer": "3",
            "question": "Start at 11. Follow the path: +2, -10. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}