B Set 1 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": {
            "maxNumber": 1000,
            "_gradeLevel": "3"
        },
        "problems": [
            {
                "id": 1,
                "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": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 5 quarters = ? cents",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 2 quarters = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 4 quarters = ? cents",
                "answer": 130,
                "correctAnswer": "130",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 3 pennies = ? cents",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 3 pennies = ? cents",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 2 pennies = ? cents",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "add-money",
                "question": "18 cents + 8 cents = ?",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 1 dime = ? cents",
                "answer": 110,
                "correctAnswer": "110",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 2 nickels = ? cents",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 1 quarter = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 2 quarters = ? cents",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 3 pennies = ? cents",
                "answer": 53,
                "correctAnswer": "53",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 1 quarter = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.75. How much change do you get back?",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 1 nickel = ? cents",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.45. How much change do you get back?",
                "answer": 155,
                "correctAnswer": "155",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.20. How much change do you get back?",
                "answer": 380,
                "correctAnswer": "380",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 1 quarter = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}