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