// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blanks.</b>",
    "_title": "<b>-ing Words</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "The Earth has one natural satellite, the _____________.",
                "ans": [
                    [
                        "Moon"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "_____________ satellites are designed for scientific research as well as entertainment.",
                "ans": [
                    [
                        "Artificial"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Some satellites are used to send _____________ for television programmes from one place to another.",
                "ans": [
                    [
                        "signals"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "India launched its first ______________ satellite, Aryabhatta, in 1975.",
                "ans": [
                    [
                        "communication"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "______________ , India's first remote sensing satellite, was launched on 17 March, 1988.",
                "ans": [
                    [
                        "IRS-1A"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};
			
			
