// JavaScript Document


var data = {
    "_rubric": "<b>Type T for True or F for False.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1./tTelephones are the fastest means of communication. __________ ",
                "ans": [
                    [
                        "T"
                    ]
                ]
            },
            {
                "ques": "2./tSTD  calls made it easier to make calls to people living outside the country. _________ ",
                "ans": [
                    [
                        "F"
                    ]
                ]
            },
            {
                "ques": "3./tIndia discontinued the telegram services in 2020. ______________ ",
                "ans": [
                    [
                        "F"
                    ]
                ]
            },
            {
                "ques": "4./tSmartphone applications allow one to send or receive money without going to a bank or an ATM. ____________ ",
                "ans": [
                    [
                        "T"
                    ]
                ]
            },
            {
                "ques": "5. The Internet allows people to work from their homes. ___________ ",
                "ans": [
                    [
                        "T"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
		



			