// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "Lucknow",
            "Haryana"
        ],
        [
            "Bara Imambara",
            "Rock Garden"
        ],
        [
            "Kerala",
            "Andhra Pradesh"
        ],
        [
            "pleasant",
            "very hot"
        ],
        [
            "Jaipur",
            "Jodhpur"
        ]
    ],
    "quesArr": [
        {
            "ques": "Chandigarh is the capital of two states - Punjab and <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is a popular tourist attraction in Lucknow."
        },
        {
            "ques": "Visakhapatnam is the largest city of <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The summer is <input class='txtformat' id='txtF' readonly></input> in Kohima."
        },
        {
            "ques": "Hawa Mahal is located in <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out"
};


var blankSize = [200, 300, 300, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>