// 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": "The heart is one of the most important organs of our body."
        },
        {
            "ques": "The bones are fixed to the muscles."
        },
        {
            "ques": "The stomach helps us digest the food."
        },
        {
            "ques": "The lungs and the heart lie in the chest."
        },
        {
            "ques": "Muscles make the bones move."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        0
    ],
    "intro": ""
};
			
			
var blankSize = [200, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>