B Set 78 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": "easy",
        "config": {
            "maxNumber": 10,
            "maxSum": 10,
            "maxOperand": 10,
            "_gradeLevel": "k"
        },
        "problems": [
            {
                "id": 3,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    4,
                    -2,
                    -8,
                    -14
                ],
                "question": "What comes next in the pattern? 10, 4, -2, -8, -14, __",
                "answer": -20,
                "correctAnswer": "-20",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "-20"
                }
            },
            {
                "id": 4,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    14,
                    13,
                    12,
                    11,
                    10
                ],
                "question": "What comes next in the pattern? 14, 13, 12, 11, 10, __",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "9"
                }
            },
            {
                "id": 7,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    20,
                    19,
                    18,
                    17,
                    16
                ],
                "question": "What comes next in the pattern? 20, 19, 18, 17, 16, __",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "15"
                }
            },
            {
                "id": 11,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    18,
                    16,
                    14,
                    12,
                    10
                ],
                "question": "What comes next in the pattern? 18, 16, 14, 12, 10, __",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "8"
                }
            },
            {
                "id": 14,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    6,
                    4,
                    2,
                    0,
                    -2
                ],
                "question": "What comes next in the pattern? 6, 4, 2, 0, -2, __",
                "answer": -4,
                "correctAnswer": "-4",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "-4"
                }
            },
            {
                "id": 15,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    15,
                    10,
                    5,
                    0,
                    -5
                ],
                "question": "What comes next in the pattern? 15, 10, 5, 0, -5, __",
                "answer": -10,
                "correctAnswer": "-10",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "-10"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}