B Set 38 Unknown

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

{
    "contentData": {
        "operation": "multiplication",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 10,
            "regrouping": false,
            "operation": "multiplication",
            "factorMin": 2,
            "factorMax": 9
        },
        "problems": [
            {
                "id": 1,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 6 multiples of 9",
                "answer": "9, 18, 27, 36, 45, 54",
                "correctAnswer": "9, 18, 27, 36, 45, 54",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 41 a multiple of 2?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 27 a multiple of 3?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 3 after 9?",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 51 a multiple of 9?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 8 multiples of 6",
                "answer": "6, 12, 18, 24, 30, 36, 42, 48",
                "correctAnswer": "6, 12, 18, 24, 30, 36, 42, 48",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 80 a multiple of 8?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 10 after 140?",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 5 multiples of 7",
                "answer": "7, 14, 21, 28, 35",
                "correctAnswer": "7, 14, 21, 28, 35",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 4 after 52?",
                "answer": 56,
                "correctAnswer": "56",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 25 a multiple of 2?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 6 multiples of 8",
                "answer": "8, 16, 24, 32, 40, 48",
                "correctAnswer": "8, 16, 24, 32, 40, 48",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 8 after 64?",
                "answer": 72,
                "correctAnswer": "72",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 4 multiples of 5",
                "answer": "5, 10, 15, 20",
                "correctAnswer": "5, 10, 15, 20",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 6 multiples of 3",
                "answer": "3, 6, 9, 12, 15, 18",
                "correctAnswer": "3, 6, 9, 12, 15, 18",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 60 a multiple of 10?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 7 multiples of 5",
                "answer": "5, 10, 15, 20, 25, 30, 35",
                "correctAnswer": "5, 10, 15, 20, 25, 30, 35",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 2 after 10?",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 17 a multiple of 6?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 75 a multiple of 4?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}