// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on 'T' for true or 'F' for false.</b>",
    "optionArr": [
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ]
    ],
    "quesArr": [
        {
            "ques": "A flood is a sudden shaking of the ground over a large area. "
        },
        {
            "ques": "During an earthquake, people should stay away from buildings. "
        },
        {
            "ques": "Floods mostly occur due to shortage of rainfall. "
        },
        {
            "ques": "In case of a flood, people should listen to the news about rising water levels. "
        },
        {
            "ques": "Work in the field of disaster management includes preparing for disasters beforehand. "
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>