// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "Telephone",
            "Fax"
        ],
        [
            "Small Mail Service",
            "Short Message Service"
        ],
        [
            "Post Office",
            "India Post"
        ],
        [
            "Stationery Shop",
            "Post Office"
        ],
        [
            "Speed Post",
            "Newspaper"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which is the fastest means of communication?"
        },
        {
            "ques": "What is the full form of SMS?"
        },
        {
            "ques": "What is the postal service of India called?"
        },
        {
            "ques": "Where do we buy aerogrammes, stamps or postcards?"
        },
        {
            "ques": "Which of the following means of communication educates and entertains people?"
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
//var blankSize = [180, 200, 200, 160, 150];

//<input class='txtformat' id='txtF' readonly></input>