// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "naturally",
            "physically"
        ],
        [
            "bridges",
            "canals"
        ],
        [
            "Assam",
            "Nagaland"
        ],
        [
            "the Dhola-Sadia Bridge",
            "the Dhola-Bhupen Bridge"
        ],
        [
            "Assam",
            "Meghalaya"
        ]
    ],
    "quesArr": [
        {
            "ques": "A bridge is a <input class='txtformat' id='txtF' readonly></input> built structure that helps cross obstacles."
        },
        {
            "ques": "Roads and <input class='txtformat' id='txtF' readonly></input> are considered the lifelines of a country's development."
        },
        {
            "ques": "The Bhupen Hazarika Setu connects the states of <input class='txtformat' id='txtF' readonly></input> and Arunachal Pradesh."
        },
        {
            "ques": "The other name of the Bhupen Hazarika Setu is <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "A living tree bridge exists in Riwai village in <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [200, 250, 200, 400, 200];

//<input class='txtformat' id='txtF' readonly></input>