// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blanks.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. The regions around the poles are called _______________ .",
                "ans": [
                    [
                        "polar regions"
                    ]
                ]
            },
            {
                "ques": "2. The world's largest island is _______________ .",
                "ans": [
                    [
                        "Greenland"
                    ]
                ]
            },
            {
                "ques": "3. _______________ are huge pieces of ice that often break away from the ice sheets and slide down into the sea.",
                "ans": [
                    [
                        "Icebergs"
                    ]
                ]
            },
            {
                "ques": "4. The people who live in the extreme north build snow-houses or _______________ .",
                "ans": [
                    [
                        "igloos"
                    ]
                ]
            },
            {
                "ques": "5. _______________ is the capital of Greenland.",
                "ans": [
                    [
                        "Godthab",
                        "Nuuk"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
			
			
