// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "aeroplane",
            "rocket",
            "spacecraft"
        ],
        [
            "helicopter",
            "crater",
            "space rocket"
        ],
        [
            "1967",
            "1969",
            "1971"
        ],
        [
            "Columbus",
            "Columbia",
            "Carolina"
        ],
        [
            "149",
            "195",
            "199"
        ]
    ],
    "quesArr": [
        {
            "ques": "Astronaut go into space in a <input class='txtformat' id='txtF' readonly></input> on the Moon."
        },
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> puts a spacecraft into space."
        },
        {
            "ques": "A human being first went to the Moon in the year <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "In 1997, Kalpana Chawla went into space in the space shuttle named <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Sunita Williams stayed in space in her spacecraft for <input class='txtformat' id='txtF' readonly></input> days."
        }
    ],
    "Aarr": [
        2,
        2,
        1,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [230, 250, 150, 200, 150];

//<input class='txtformat' id='txtF' readonly></input>