// JavaScript Document


var data = {
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. Forces of nature that cause destruction of life and property on the Earth are called natural disasters. __________ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "2. Floods occur when there is no rainfall. _________ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "3. Droughts cause extreme scarcity of water. ______________ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "4. The place of origin of an earthquake is called focus. ____________ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "5. Cyclones are storms that form over ponds. ___________ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
			
			
