B Set 8 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
        },
        "problems": [
            {
                "id": 1,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 6 multiples of 10",
                "answer": "10, 20, 30, 40, 50, 60",
                "correctAnswer": "10, 20, 30, 40, 50, 60",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 8 multiples of 2",
                "answer": "2, 4, 6, 8, 10, 12, 14, 16",
                "correctAnswer": "2, 4, 6, 8, 10, 12, 14, 16",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 158 a multiple of 8?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 5 after 50?",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 7 multiples of 7",
                "answer": "7, 14, 21, 28, 35, 42, 49",
                "correctAnswer": "7, 14, 21, 28, 35, 42, 49",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "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": 8,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 4 multiples of 4",
                "answer": "4, 8, 12, 16",
                "correctAnswer": "4, 8, 12, 16",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 7 after 42?",
                "answer": 49,
                "correctAnswer": "49",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 14 a multiple of 3?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 5 after 75?",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 46 a multiple of 7?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 10 after 110?",
                "answer": 120,
                "correctAnswer": "120",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 7 after 21?",
                "answer": 28,
                "correctAnswer": "28",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 2 after 24?",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 7 after 98?",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 3 after 24?",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 4 multiples of 10",
                "answer": "10, 20, 30, 40",
                "correctAnswer": "10, 20, 30, 40",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 4 after 28?",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "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"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}