// JavaScript Document


var data = {
    "intro": "",
    "_rubric": "<b>Fill in the blanks.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            "Rainwater harvesting",
            "Air",
            "fire",
            "water vapour",
            "evaporation"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "1. _________ is present all around us.  ",
                "ans": [
                    [
                        "Air"
                    ]
                ]
            },
            {
                "ques": "2. Air is needed to light a ______________.",
                "ans": [
                    [
                        "fire"
                    ]
                ]
            },
            {
                "ques": "3. Water exits in three forms - ice, water and _____________________.",
                "ans": [
                    [
                        "water vapour"
                    ]
                ]
            },
            {
                "ques": "4. When the water is boiled, it changes into water vapor, this process is called _____________________.",
                "ans": [
                    [
                        "evaporation"
                    ]
                ]
            },
            {
                "ques": "5. __________________________ is a simple method of saving rainwater.",
                "ans": [
                    [
                        "Rainwater harvesting"
                    ]
                ]
            }
        ]
    ],
    "inputWidth": [
        250,
        250,
        250,
        250,
        300
    ]
};


