B Set 77 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "measurement",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 10,
            "maxSum": 1000,
            "maxOperand": 1000,
            "_gradeLevel": "2"
        },
        "problems": [
            {
                "id": 1,
                "type": "measurement",
                "subType": "capacity",
                "fromValue": 3,
                "fromUnit": "pints",
                "toUnit": "cups",
                "question": "3 pints = ___ cups",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "6"
                }
            },
            {
                "id": 2,
                "type": "measurement",
                "subType": "length",
                "fromValue": 8,
                "fromUnit": "feet",
                "toUnit": "inches",
                "question": "8 feet = ___ inches",
                "answer": 96,
                "correctAnswer": "96",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "96"
                }
            },
            {
                "id": 3,
                "type": "measurement",
                "subType": "capacity",
                "fromValue": 1,
                "fromUnit": "gallons",
                "toUnit": "quarts",
                "question": "1 gallons = ___ quarts",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "4"
                }
            },
            {
                "id": 4,
                "type": "measurement",
                "subType": "weight",
                "fromValue": 1,
                "fromUnit": "pounds",
                "toUnit": "ounces",
                "question": "1 pounds = ___ ounces",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "16"
                }
            },
            {
                "id": 6,
                "type": "measurement",
                "subType": "weight",
                "fromValue": 1,
                "fromUnit": "kilograms",
                "toUnit": "grams",
                "question": "1 kilograms = ___ grams",
                "answer": 1000,
                "correctAnswer": "1000",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "1000"
                }
            },
            {
                "id": 7,
                "type": "measurement",
                "subType": "length",
                "fromValue": 2,
                "fromUnit": "meters",
                "toUnit": "centimeters",
                "question": "2 meters = ___ centimeters",
                "answer": 200,
                "correctAnswer": "200",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "200"
                }
            },
            {
                "id": 11,
                "type": "measurement",
                "subType": "capacity",
                "fromValue": 2,
                "fromUnit": "cups",
                "toUnit": "pints",
                "question": "2 cups = ___ pints",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "1"
                }
            },
            {
                "id": 13,
                "type": "measurement",
                "subType": "weight",
                "fromValue": 160,
                "fromUnit": "ounces",
                "toUnit": "pounds",
                "question": "160 ounces = ___ pounds",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "10"
                }
            },
            {
                "id": 15,
                "type": "measurement",
                "subType": "capacity",
                "fromValue": 2,
                "fromUnit": "gallons",
                "toUnit": "quarts",
                "question": "2 gallons = ___ quarts",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "8"
                }
            },
            {
                "id": 17,
                "type": "measurement",
                "subType": "length",
                "fromValue": 3,
                "fromUnit": "feet",
                "toUnit": "inches",
                "question": "3 feet = ___ inches",
                "answer": 36,
                "correctAnswer": "36",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "36"
                }
            },
            {
                "id": 19,
                "type": "measurement",
                "subType": "length",
                "fromValue": 15,
                "fromUnit": "feet",
                "toUnit": "yards",
                "question": "15 feet = ___ yards",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal",
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "5"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}