medium 4×4 Set 75 Form Exercise

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

{
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_meta": {
        "nodeId": "node-1-sudoku-4x4-medium",
        "pageNumber": 75,
        "generatedAt": "2026-03-16T15:22:58.188Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "4383be22f246069a",
        "seedInput": "1|node-1-sudoku-4x4-medium|75|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "guided-solver",
        "contentType": "sudoku",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "medium",
            "computedScore": 12,
            "metrics": {
                "problemCount": 1,
                "operation": "sudoku",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "a21cafb4c405e6997671a02e578b9b1e",
            "contentFingerprint": "0d3d443c0108b7a9"
        },
        "interaction": {
            "checkable": true,
            "revealable": true,
            "randomizable": true,
            "hintable": false,
            "progressable": true,
            "inputType": [
                "text-input"
            ]
        }
    },
    "version": "2.0",
    "generatorId": "arithmetic-generator-v7.2.1",
    "operation": "sudoku",
    "subject": "arithmetic",
    "difficulty": "medium",
    "gridSize": 4,
    "config": {
        "gridSize": 4,
        "difficulty": "medium",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "sudoku",
            "subType": "sudoku",
            "difficulty": "medium",
            "question": "Complete the sudoku grid (6x6): each row, column, and box must contain each digit exactly once. Grid: [4 _ _ 2 | _ _ _ 3 | _ _ _ 4 | 3 4 2 1]",
            "answer": "4 3 1 2 | 2 1 4 3 | 1 2 3 4 | 3 4 2 1",
            "grid": [
                [
                    4,
                    0,
                    0,
                    2
                ],
                [
                    0,
                    0,
                    0,
                    3
                ],
                [
                    0,
                    0,
                    0,
                    4
                ],
                [
                    3,
                    4,
                    2,
                    1
                ]
            ],
            "solvedGrid": [
                [
                    4,
                    3,
                    1,
                    2
                ],
                [
                    2,
                    1,
                    4,
                    3
                ],
                [
                    1,
                    2,
                    3,
                    4
                ],
                [
                    3,
                    4,
                    2,
                    1
                ]
            ],
            "gridSize": 4
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}