// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Fill in the blank with the correct word.</b>",
    "optionArr": [
        [
            "breathe",
            "drink"
        ],
        [
            "can",
            "cannot"
        ],
        [
            "rain",
            "wind"
        ],
        [
            "breeze",
            "storm"
        ],
        [
            "space",
            "weight"
        ]
    ],
    "quesArr": [
        {
            "ques": "We need air to <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "We <input class='txtformat' id='txtF' readonly></input> see air."
        },
        {
            "ques": "Moving air is called <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "A very strong wind is called a <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Air takes up <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [150, 120, 120, 120, 120];

//<input class='txtformat' id='txtF' readonly></input>