// JavaScript Document


var data  = {
    "intro": "",
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. We cannot make a globe for a part of the Earth. ______________",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "2. There are five continents and seven oceans in the world. ______________",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "3. A book of maps is called an atlas. ______________",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "4. On a physical map, water bodies are shown in shades of <br>green. __________ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "5. We can easily find directions using a compass. __________ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            }
        ]
    ]
};
			
			
