// JavaScript Document


var data = {
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. There are five types of deserts. ________ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "2. The Arabian Peninsula is a hot desert. ________ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "3. The winter season in Saudi Arabia lasts from October to April. ________ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "4. The camel cannot live without food or water for even a day. ________ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "5. An oasis provides food and water to tired travellers. ________ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
			
			
