// JavaScript Document


var data = {
    "title": "<b>MCQs</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": "We must sleep for four hours every night."
        },
        {
            "ques": "We can fall ill if we do not get enough rest."
        },
        {
            "ques": "A dirty towel must be used to wipe ourselves."
        },
        {
            "ques": "Playing is a good exercise."
        },
        {
            "ques": "Clean water keeps us healthy."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": ""
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>