// JavaScript Document


var data = {
    "_rubric": "<b>Type 'T' for True or 'F' for False.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. Helicopters are a mode of land transport. ____",
                "ans": [
                    [
                        "F"
                    ]
                ]
            },
            {
                "ques": "2. Cars run on water. ____",
                "ans": [
                    [
                        "F"
                    ]
                ]
            },
            {
                "ques": "3. Cycles are used by people to travel by road. ____",
                "ans": [
                    [
                        "T"
                    ]
                ]
            },
            {
                "ques": "4. Aeroplanes fly in the air. ____",
                "ans": [
                    [
                        "T"
                    ]
                ]
            },
            {
                "ques": "5. Ships are a mode of water transport. ____",
                "ans": [
                    [
                        "T"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
