B Set 31 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": "starter",
        "config": {
            "difficulty": "starter",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 3 dimes = ? cents",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "starter"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.85. How much change do you get back?",
                "answer": 115,
                "correctAnswer": "115",
                "difficulty": "starter"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "11 cents + 11 cents = ?",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "starter"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 nickels = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "starter"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.70. How much change do you get back?",
                "answer": 130,
                "correctAnswer": "130",
                "difficulty": "starter"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 5 dimes = ? cents",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "starter"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "12 cents + 7 cents = ?",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "starter"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.75. How much change do you get back?",
                "answer": 325,
                "correctAnswer": "325",
                "difficulty": "starter"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 dimes = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "starter"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 5 nickels = ? cents",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "starter"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 1 quarter = ? cents",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "starter"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 4 quarters = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "starter"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "add-money",
                "question": "5 cents + 6 cents = ?",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "starter"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "add-money",
                "question": "3 cents + 1 cents = ?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "starter"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 2 quarters = ? cents",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "starter"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.90. How much change do you get back?",
                "answer": 310,
                "correctAnswer": "310",
                "difficulty": "starter"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "4 dimes + 5 dimes = ? cents",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "starter"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 3 quarters = ? cents",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "starter"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $0.65. How much change do you get back?",
                "answer": 435,
                "correctAnswer": "435",
                "difficulty": "starter"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "add-money",
                "question": "2 cents + 7 cents = ?",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "starter"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}