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-input",
                "rule": "-3",
                "input": 4,
                "output": 1,
                "question": "? → [-3] → 1",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "starter"
            },
            {
                "id": 2,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×3",
                "input": 7,
                "output": 21,
                "question": "Input: 7 → [?] → 21, what is the rule?",
                "answer": "×3",
                "correctAnswer": "×3",
                "difficulty": "starter"
            },
            {
                "id": 3,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "+2",
                "input": 4,
                "output": 6,
                "question": "? → [+2] → 6",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "starter"
            },
            {
                "id": 4,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "+10",
                "input": 4,
                "output": 14,
                "question": "? → [+10] → 14",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "starter"
            },
            {
                "id": 5,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "+5",
                "input": 3,
                "output": 8,
                "question": "Input: 3 → [+5] → ?",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "starter"
            },
            {
                "id": 6,
                "type": "function-machine",
                "subType": "find-input",
                "rule": "×5",
                "input": 1,
                "output": 5,
                "question": "? → [×5] → 5",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "starter"
            },
            {
                "id": 7,
                "type": "function-machine",
                "subType": "find-output",
                "rule": "×5",
                "input": 5,
                "output": 25,
                "question": "Input: 5 → [×5] → ?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "starter"
            },
            {
                "id": 8,
                "type": "function-machine",
                "subType": "find-rule",
                "rule": "×2",
                "input": 8,
                "output": 16,
                "question": "Input: 8 → [?] → 16, what is the rule?",
                "answer": "×2",
                "correctAnswer": "×2",
                "difficulty": "starter"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}