B Set 67 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": "easy",
        "config": {
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 4 pennies = ? cents",
                "answer": 104,
                "correctAnswer": "104",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "add-money",
                "question": "4 cents + 23 cents = ?",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 5 dimes = ? cents",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 4 dimes = ? cents",
                "answer": 115,
                "correctAnswer": "115",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 2 pennies = ? cents",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "32 cents + 4 cents = ?",
                "answer": 36,
                "correctAnswer": "36",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 2 nickels = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 quarters = ? cents",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.85. How much change do you get back?",
                "answer": 315,
                "correctAnswer": "315",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.10. How much change do you get back?",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 4 quarters = ? cents",
                "answer": 104,
                "correctAnswer": "104",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "add-money",
                "question": "34 cents + 37 cents = ?",
                "answer": 71,
                "correctAnswer": "71",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 1 nickel = ? cents",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.35. How much change do you get back?",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 3 dimes = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 5 quarters = ? cents",
                "answer": 135,
                "correctAnswer": "135",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.85. How much change do you get back?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.85. How much change do you get back?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 4 dimes = ? cents",
                "answer": 140,
                "correctAnswer": "140",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}