// 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": "January is a month."
        },
        {
            "ques": "Monday is the second day of a week."
        },
        {
            "ques": "February is the last month of a year."
        },
        {
            "ques": "March is the third month of a year."
        },
        {
            "ques": "June is the sixth month of a year."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": ""
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>