// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "water and first-aid items ",
            "food items such as bananas, apples and bread"
        ],
        [
            "sit inside a car or a bus",
            "move to an open area"
        ],
        [
            "go into floodwater to reach safer areas",
            "not venture into the sea"
        ],
        [
            "not stock fresh water as there will be plenty of water available",
            "switch off power and electrical appliances"
        ],
        [
            "prepare an emergency bag ",
            "prepare a vehicle"
        ]
    ],
    "quesArr": [
        {
            "ques": "We must have <input class='txtformat' id='txtF' readonly></input> in our emergency bag."
        },
        {
            "ques": "When an earthquake occurs we must <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "When a cyclone occurs we must <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "During a flood we must <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "We must <input class='txtformat' id='txtF' readonly></input> in case we need to evacuate at a short notice."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [740, 380, 650, 970, 450];

//<input class='txtformat' id='txtF' readonly></input>