// 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": "Energy is the ability to do work."
        },
        {
            "ques": "Solar energy is the energy which is possessed by an object due to its motion."
        },
        {
            "ques": "Solar panels absorb the energy of the moon to provide heat for cooking."
        },
        {
            "ques": "Heat is a form of energy that is transferred from one body to another due to the difference in temperature between the two bodies."
        },
        {
            "ques": "The total energy of an object never decreases or increases."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 150, 300, 200, 300];

//<input class='txtformat' id='txtF' readonly></input>