B Set 27 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": 1,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    1,
                    -1,
                    -3,
                    -5,
                    -7
                ],
                "question": "What comes next in the pattern? 1, -1, -3, -5, -7, __",
                "answer": -9,
                "correctAnswer": "-9",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "-9"
                }
            },
            {
                "id": 6,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    11,
                    8,
                    5,
                    2,
                    -1
                ],
                "question": "What comes next in the pattern? 11, 8, 5, 2, -1, __",
                "answer": -4,
                "correctAnswer": "-4",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "-4"
                }
            },
            {
                "id": 8,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    10,
                    7,
                    4,
                    1,
                    -2
                ],
                "question": "What comes next in the pattern? 10, 7, 4, 1, -2, __",
                "answer": -5,
                "correctAnswer": "-5",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "-5"
                }
            },
            {
                "id": 10,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    6,
                    9,
                    12,
                    15
                ],
                "question": "What comes next in the pattern? 3, 6, 9, 12, 15, __",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "18"
                }
            },
            {
                "id": 12,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    16,
                    15,
                    14,
                    13,
                    12
                ],
                "question": "What comes next in the pattern? 16, 15, 14, 13, 12, __",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "11"
                }
            },
            {
                "id": 13,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    3,
                    -1,
                    -5,
                    -9,
                    -13
                ],
                "question": "What comes next in the pattern? 3, -1, -5, -9, -13, __",
                "answer": -17,
                "correctAnswer": "-17",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "-17"
                }
            },
            {
                "id": 18,
                "type": "patterns",
                "subType": "arithmetic-sequence",
                "sequence": [
                    2,
                    3,
                    4,
                    5,
                    6
                ],
                "question": "What comes next in the pattern? 2, 3, 4, 5, 6, __",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "animals-farm",
                    "label": "7"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}