B Set 43 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": "3 quarters + 4 pennies = ? cents",
                "answer": 79,
                "correctAnswer": "79",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $3.15. How much change do you get back?",
                "answer": 185,
                "correctAnswer": "185",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "40 cents + 29 cents = ?",
                "answer": 69,
                "correctAnswer": "69",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.40. How much change do you get back?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.40. How much change do you get back?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 5 quarters = ? cents",
                "answer": 145,
                "correctAnswer": "145",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 4 quarters = ? cents",
                "answer": 104,
                "correctAnswer": "104",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.50. How much change do you get back?",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 1 dime = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "add-money",
                "question": "13 cents + 39 cents = ?",
                "answer": 52,
                "correctAnswer": "52",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 2 quarters = ? cents",
                "answer": 52,
                "correctAnswer": "52",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 1 nickel = ? cents",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.35. How much change do you get back?",
                "answer": 165,
                "correctAnswer": "165",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.20. How much change do you get back?",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "19 cents + 19 cents = ?",
                "answer": 38,
                "correctAnswer": "38",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 3 pennies = ? cents",
                "answer": 53,
                "correctAnswer": "53",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.45. How much change do you get back?",
                "answer": 255,
                "correctAnswer": "255",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 2 quarters = ? cents",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "add-money",
                "question": "33 cents + 37 cents = ?",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $1.00. How much change do you get back?",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}