B Set 14 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "pre-k",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 10,
            "maxSum": 10,
            "maxOperand": 10,
            "noArithmetic": true,
            "_gradeLevel": "pre-k"
        },
        "problems": [
            {
                "type": "sorting",
                "subType": "sort-by-color",
                "question": "Sort the items by color. Which group does this blue item belong to?",
                "answer": "blue",
                "correctAnswer": "blue",
                "maxNumber": 10,
                "visual": true,
                "difficulty": "starter"
            },
            {
                "type": "sorting",
                "subType": "sort-by-color",
                "question": "Sort the items by color. Which group does this red item belong to?",
                "answer": "red",
                "correctAnswer": "red",
                "maxNumber": 10,
                "visual": true,
                "difficulty": "starter"
            },
            {
                "type": "sorting",
                "subType": "sort-by-color",
                "question": "Sort the items by color. Which group does this yellow item belong to?",
                "answer": "yellow",
                "correctAnswer": "yellow",
                "maxNumber": 10,
                "visual": true,
                "difficulty": "starter"
            },
            {
                "type": "sorting",
                "subType": "sort-by-color",
                "question": "Sort the items by color. Which group does this green item belong to?",
                "answer": "green",
                "correctAnswer": "green",
                "maxNumber": 10,
                "visual": true,
                "difficulty": "starter"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}