Workbook Detail
Sudoku 4×4 Medium — Set 95
This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.
{
"contentData": {
"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: [2 3 _ 1 | _ 1 _ 3 | _ _ _ 4 | _ 4 3 _]",
"answer": "2 3 4 1 | 4 1 2 3 | 3 2 1 4 | 1 4 3 2",
"grid": [
[
2,
3,
0,
1
],
[
0,
1,
0,
3
],
[
0,
0,
0,
4
],
[
0,
4,
3,
0
]
],
"solvedGrid": [
[
2,
3,
4,
1
],
[
4,
1,
2,
3
],
[
3,
2,
1,
4
],
[
1,
4,
3,
2
]
],
"gridSize": 4
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"outputTargets": {
"screen": true,
"print": true,
"pdf": true,
"answerKey": true
},
"_archetype": "guided-solver",
"_generatorId": "arithmetic-generator-v7.2.1"
}