B Set 66 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-output",
                "rule": "+10",
                "input": 10,
                "output": 20,
                "question": "Input: 10 → [+10] → ?",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "starter"
            },
            {
                "id": 2,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "+10",
                "input": 5,
                "output": 15,
                "question": "Input: 5 → [?] → 15, what is the rule?",
                "answer": "+10",
                "correctAnswer": "+10",
                "difficulty": "starter"
            },
            {
                "id": 3,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "×2",
                "input": 5,
                "output": 10,
                "question": "Input: 5 → [×2] → ?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "starter"
            },
            {
                "id": 4,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×2",
                "input": 10,
                "output": 20,
                "question": "Input: 10 → [?] → 20, what is the rule?",
                "answer": "×2",
                "correctAnswer": "×2",
                "difficulty": "starter"
            },
            {
                "id": 5,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "+10",
                "input": 1,
                "output": 11,
                "question": "Input: 1 → [+10] → ?",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "starter"
            },
            {
                "id": 6,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "+10",
                "input": 2,
                "output": 12,
                "question": "? → [+10] → 12",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "starter"
            },
            {
                "id": 7,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "×2",
                "input": 10,
                "output": 20,
                "question": "? → [×2] → 20",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "starter"
            },
            {
                "id": 8,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×5",
                "input": 4,
                "output": 20,
                "question": "Input: 4 → [?] → 20, what is the rule?",
                "answer": "×5",
                "correctAnswer": "×5",
                "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"
}