// 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": "Mother, father and children make a family."
        },
        {
            "ques": "A family with grandparents, parents, aunts and uncles and their children is called a large family."
        },
        {
            "ques": "Members of a family share work at home."
        },
        {
            "ques": "The children of our aunts and uncles are our cousins."
        },
        {
            "ques": "We do not spend time with our family."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": ""
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>