// JavaScript Document


var data = {
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. The Earth rotates on its axis. ______ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "2. The longest parallel is the Equator.  ______ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "3. The part of the Earth that lies to the south of the Equator is called the Northern Hemisphere. ______",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "4. All meridians are of different lengths. ______ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "5. The network of lines formed by parallels and meridians is called a grid. ______ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
			
			
