// 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": "We wear cotton clothes in summer."
        },
        {
            "ques": "We wear a raincoat to keep ourselves warm."
        },
        {
            "ques": "The thick hair on a sheep's body is called wool."
        },
        {
            "ques": "Clean clothes make us look smart."
        },
        {
            "ques": "We wear a sweater to keep ourselves dry."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "intro": "",
    "type": "odd one out"
};
			
			
var blankSize = [200, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>