// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b></b>",
    "rubric": "<b>Click and place the correct answers.</b>",
    "optionArr": [
        [
            "operator",
            "telegram",
            "Martin Cooper",
            "portable",
            "mass communication"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. There are two means of communication-personal communication and ____________ .",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "2. Trunk calls are facilitated&nbsp;by a telephone ____________ .",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "3. A pager is an instrument&nbsp;that is ____________ and `beeps' to indicate that the user is being contacted.",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "4. ____________ is widely credited with the invention of mobile phones. ",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "5. The message sent through a telegraph is known as a ____________ .",
                "ans": [
                    "op1"
                ]
            }
        ]
    ]
};



//=================================================================			 
