B Set 2 Unknown

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

{
    "contentData": {
        "operation": "patterns",
        "subject": "arithmetic",
        "difficulty": "medium",
        "config": {
            "maxNumber": 20,
            "maxSum": 20,
            "maxOperand": 120,
            "_gradeLevel": "1"
        },
        "problems": [
            {
                "id": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    4,
                    9,
                    14,
                    19,
                    24
                ],
                "question": "What comes next in the pattern? 4, 9, 14, 19, 24, __",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "29"
                }
            },
            {
                "id": 2,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    8,
                    -2,
                    -12,
                    -22
                ],
                "question": "What comes next in the pattern? 18, 8, -2, -12, -22, __",
                "answer": -32,
                "correctAnswer": "-32",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-32"
                }
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    9,
                    7,
                    5,
                    3
                ],
                "question": "What comes next in the pattern? 11, 9, 7, 5, 3, __",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "1"
                }
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    13,
                    23,
                    33,
                    43
                ],
                "question": "What comes next in the pattern? 3, 13, 23, 33, 43, __",
                "answer": 53,
                "correctAnswer": "53",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "53"
                }
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    5,
                    -1,
                    -7,
                    -13,
                    -19
                ],
                "question": "What comes next in the pattern? 5, -1, -7, -13, -19, __",
                "answer": -25,
                "correctAnswer": "-25",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-25"
                }
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "geometric-sequence",
                "sequence": [
                    1,
                    2,
                    4,
                    8,
                    16
                ],
                "question": "What comes next in the sequence? 1, 2, 4, 8, 16, __",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "32"
                }
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    23,
                    29,
                    35,
                    41
                ],
                "question": "What comes next in the pattern? 17, 23, 29, 35, 41, __",
                "answer": 47,
                "correctAnswer": "47",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "47"
                }
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    17,
                    10,
                    3,
                    -4,
                    -11
                ],
                "question": "What comes next in the pattern? 17, 10, 3, -4, -11, __",
                "answer": -18,
                "correctAnswer": "-18",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "-18"
                }
            },
            {
                "id": 19,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    19,
                    28,
                    37,
                    46,
                    55
                ],
                "question": "What comes next in the pattern? 19, 28, 37, 46, 55, __",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "64"
                }
            },
            {
                "id": 20,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    4,
                    5,
                    6,
                    7
                ],
                "question": "What comes next in the pattern? 3, 4, 5, 6, 7, __",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "8"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}