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