// 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 like to eat ice cream on a hot day."
        },
        {
            "ques": "Snow falls in hot and sunny places."
        },
        {
            "ques": "We wear woollen clothes on a rainy day."
        },
        {
            "ques": "The day-to-day condition of a place is called weather."
        },
        {
            "ques": "We like to have hot drinks on a windy day."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>