// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "Chennai",
            "New Delhi"
        ],
        [
            "eastern",
            "western"
        ],
        [
            "Bangla",
            "Marathi"
        ],
        [
            "Hyderabad",
            "Mumbai"
        ],
        [
            "Chennai",
            "Bengaluru"
        ]
    ],
    "quesArr": [
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is the capital of India."
        },
        {
            "ques": "Mumbai is located on the <input class='txtformat' id='txtF' readonly></input> coast of India."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is the main language of Kolkata."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is also known as the `City of Pearls'."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is the capital of Tamil Nadu."
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        0,
        0
    ],
    "type": "odd_one_out"
};


var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>