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