B Set 68 Unknown

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

{
    "contentData": {
        "operation": "function-machine",
        "subject": "arithmetic",
        "difficulty": "starter",
        "config": {
            "difficulty": "starter",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "+2",
                "input": 3,
                "output": 5,
                "question": "? → [+2] → 5",
                "answer": 3,
                "correctAnswer": "3",
                "difficulty": "starter"
            },
            {
                "id": 2,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "-1",
                "input": 7,
                "output": 6,
                "question": "Input: 7 → [-1] → ?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "starter"
            },
            {
                "id": 3,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "+10",
                "input": 6,
                "output": 16,
                "question": "? → [+10] → 16",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "starter"
            },
            {
                "id": 4,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "+5",
                "input": 8,
                "output": 13,
                "question": "Input: 8 → [?] → 13, what is the rule?",
                "answer": "+5",
                "correctAnswer": "+5",
                "difficulty": "starter"
            },
            {
                "id": 5,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "-1",
                "input": 2,
                "output": 1,
                "question": "? → [-1] → 1",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "starter"
            },
            {
                "id": 6,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×3",
                "input": 2,
                "output": 6,
                "question": "Input: 2 → [?] → 6, what is the rule?",
                "answer": "×3",
                "correctAnswer": "×3",
                "difficulty": "starter"
            },
            {
                "id": 7,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "+10",
                "input": 7,
                "output": 17,
                "question": "? → [+10] → 17",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "starter"
            },
            {
                "id": 8,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "+5",
                "input": 8,
                "output": 13,
                "question": "Input: 8 → [+5] → ?",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "starter"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}