B Set 9 Unknown

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

{
    "contentData": {
        "operation": "money",
        "subject": "arithmetic",
        "difficulty": "medium",
        "config": {
            "maxNumber": 20,
            "maxSum": 20,
            "maxOperand": 120,
            "_gradeLevel": "1"
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 4 dimes = ? cents",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "90"
                }
            },
            {
                "id": 2,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.05. How much change do you get back?",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "95"
                }
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "15 cents + 34 cents = ?",
                "answer": 49,
                "correctAnswer": "49",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "49"
                }
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 1 nickel = ? cents",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "80"
                }
            },
            {
                "id": 5,
                "type": "money",
                "subType": "add-money",
                "question": "1 cents + 38 cents = ?",
                "answer": 39,
                "correctAnswer": "39",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "39"
                }
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 4 dimes = ? cents",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "65"
                }
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 3 nickels = ? cents",
                "answer": 115,
                "correctAnswer": "115",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "115"
                }
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 3 dimes = ? cents",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "105"
                }
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 1 dime = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "40"
                }
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 4 pennies = ? cents",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "19"
                }
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 3 nickels = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "35"
                }
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 1 quarter = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "75"
                }
            },
            {
                "id": 17,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.55. How much change do you get back?",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "45"
                }
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 2 pennies = ? cents",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "5"
                }
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 4 nickels = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "40"
                }
            },
            {
                "id": 20,
                "type": "money",
                "subType": "add-money",
                "question": "3 cents + 27 cents = ?",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "30"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}