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