// JavaScript Document

var data = {
    "_rubric": "<b>Fill in the blanks.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. A living tree bridge exists in _______ village in Meghalaya.",
                "ans": [
                    [
                        "Riwai"
                    ]
                ]
            },
            {
                "ques": "2. Bridges are constructed high above the _____________.",
                "ans": [
                    [
                        "ground"
                    ]
                ]
            },
            {
                "ques": "3. Constructing bridges should ensure no ______________ impact on the environment.",
                "ans": [
                    [
                        "harmful"
                    ]
                ]
            },
            {
                "ques": "4. Asphalt is a substance used to make the surface of ____________.",
                "ans": [
                    [
                        "roads"
                    ]
                ]
            },
            {
                "ques": "5. The Dholia-Sadia Bridge is ___________ km long.",
                "ans": [
                    [
                        "9.5"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
