B Set 12 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": "5 dimes + 5 dimes = ? cents",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "add-money",
                "question": "42 cents + 50 cents = ?",
                "answer": 92,
                "correctAnswer": "92",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $0.55. How much change do you get back?",
                "answer": 445,
                "correctAnswer": "445",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 5 dimes = ? cents",
                "answer": 175,
                "correctAnswer": "175",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 4 nickels = ? cents",
                "answer": 145,
                "correctAnswer": "145",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 1 penny = ? cents",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $0.20. How much change do you get back?",
                "answer": 480,
                "correctAnswer": "480",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 1 dime = ? cents",
                "answer": 135,
                "correctAnswer": "135",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.00. How much change do you get back?",
                "answer": 300,
                "correctAnswer": "300",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 3 quarters = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "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": 12,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.90. How much change do you get back?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "add-money",
                "question": "28 cents + 12 cents = ?",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 1 quarter = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.35. How much change do you get back?",
                "answer": 265,
                "correctAnswer": "265",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "add-money",
                "question": "18 cents + 42 cents = ?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 3 pennies = ? cents",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "add-money",
                "question": "36 cents + 50 cents = ?",
                "answer": 86,
                "correctAnswer": "86",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 5 nickels = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.40. How much change do you get back?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}