// JavaScript Document


var data = {
    "title": "<b>Sentences</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": "India lies in Asia."
        },
        {
            "ques": "We celebrate Republic Day on 26 January."
        },
        {
            "ques": "India shares its boundary with Myanmar."
        },
        {
            "ques": "In India, people above the age of 16 are eligible to vote."
        },
        {
            "ques": "Port Blair is the capital of Lakshadweep."
        }
    ],
    "Aarr": [
        0,
        0,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [220, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>