// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "ball",
            "star"
        ],
        [
            "straight",
            "curved"
        ],
        [
            "lunar",
            "solar"
        ],
        [
            "noise",
            "soft sounds"
        ],
        [
            "work",
            "force"
        ]
    ],
    "quesArr": [
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> is a luminuous object."
        },
        {
            "ques": "Light travels in <input class='txtformat' id='txtF' readonly></input> lines."
        },
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> eclipse occurs when the Moon blocks the light of the Sun."
        },
        {
            "ques": "Unpleasant sounds are called <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "When we are pushing a ball we are <br/>applying <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [200, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>