// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "Indian",
            "Italian"
        ],
        [
            "Lisbon",
            "Bahamas"
        ],
        [
            "Arctic",
            "Atlantic"
        ],
        [
            "sea",
            "land"
        ],
        [
            "Ferdinand Magellan",
            "Vasco da Gama"
        ]
    ],
    "quesArr": [
        {
            "ques": "Christopher Columbus was an <input class='txtformat' id='txtF' readonly></input> explorer."
        },
        {
            "ques": "Vasco da Gama started his journey from <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Ferdinand Magellan discovered a passage between the <input class='txtformat' id='txtF' readonly></input> and the Pacific Oceans."
        },
        {
            "ques": "Christopher Columbus set out from Spain to find a <input class='txtformat' id='txtF' readonly></input> route to the east."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> was the first person from Europe to reach India."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        1
    ],
    "type": "odd_one_out"
};


var blankSize = [200, 200, 200, 250, 350];

//<input class='txtformat' id='txtF' readonly></input>