B Set 86 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 7 multiples of 6",
                "answer": "6, 12, 18, 24, 30, 36, 42",
                "correctAnswer": "6, 12, 18, 24, 30, 36, 42",
                "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 6 a multiple of 3?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 50 a multiple of 6?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 10 a multiple of 5?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 5 multiples of 9",
                "answer": "9, 18, 27, 36, 45",
                "correctAnswer": "9, 18, 27, 36, 45",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 4 multiples of 9",
                "answer": "9, 18, 27, 36",
                "correctAnswer": "9, 18, 27, 36",
                "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": "list-multiples",
                "question": "List the first 6 multiples of 2",
                "answer": "2, 4, 6, 8, 10, 12",
                "correctAnswer": "2, 4, 6, 8, 10, 12",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 7 after 98?",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 7 after 14?",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 18 a multiple of 2?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 54 a multiple of 9?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 38 a multiple of 4?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 7 multiples of 4",
                "answer": "4, 8, 12, 16, 20, 24, 28",
                "correctAnswer": "4, 8, 12, 16, 20, 24, 28",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 6 multiples of 7",
                "answer": "7, 14, 21, 28, 35, 42",
                "correctAnswer": "7, 14, 21, 28, 35, 42",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 5 after 20?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 150 a multiple of 8?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 8 multiples of 3",
                "answer": "3, 6, 9, 12, 15, 18, 21, 24",
                "correctAnswer": "3, 6, 9, 12, 15, 18, 21, 24",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}