// 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": "Keep the floors at home clean and dry."
        },
        {
            "ques": "If a person faints, we should sprinkle lemon juice on <br/>his forehead."
        },
        {
            "ques": "If someone gets an electric shock, the main switch must be turned off immediately."
        },
        {
            "ques": "Accidental consumption of chemicals and medicines can cause poisoning."
        },
        {
            "ques": "Chemical poisoning cannot cause any injury."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>