B Set 22 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": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 1 dime = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 5 quarters = ? cents",
                "answer": 140,
                "correctAnswer": "140",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "56 cents + 64 cents = ?",
                "answer": 120,
                "correctAnswer": "120",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "26 cents + 52 cents = ?",
                "answer": 78,
                "correctAnswer": "78",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.55. How much change do you get back?",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "46 cents + 4 cents = ?",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.30. How much change do you get back?",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "add-money",
                "question": "32 cents + 32 cents = ?",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.75. How much change do you get back?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 4 pennies = ? cents",
                "answer": 14,
                "correctAnswer": "14",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.25. How much change do you get back?",
                "answer": 175,
                "correctAnswer": "175",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 1 quarter = ? cents",
                "answer": 28,
                "correctAnswer": "28",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 3 dimes = ? cents",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 2 pennies = ? cents",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 3 pennies = ? cents",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $3.75. How much change do you get back?",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "86 cents + 18 cents = ?",
                "answer": 104,
                "correctAnswer": "104",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "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": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "add-money",
                "question": "59 cents + 98 cents = ?",
                "answer": 157,
                "correctAnswer": "157",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 2 nickels = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}