// JavaScript Document


var data = {
    "title": "<b></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": "Taste buds helps us to identify smell and sound."
        },
        {
            "ques": "Milk teeth are called permanent teeth."
        },
        {
            "ques": "There are four premolars in each jaw."
        },
        {
            "ques": "The outer cover of a tooth is called dentine."
        },
        {
            "ques": "A dental floss can help us to remove the food stuck between our teeth. "
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>