// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click on &#x2018;T&#x2019; for true or &#x2018;F&#x2019; for false.</b>",
    "optionArr": [
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ]
    ],
    "quesArr": [
        {
            "ques": "A greenhouse is a house made of concrete where we<br/>grow plants. "
        },
        {
            "ques": "Excess greenhouse gases increase the Earth's average atmospheric temperature."
        },
        {
            "ques": "Burning of fossil fuels such as coal, petrol and diesel releases carbon dioxide into the air."
        },
        {
            "ques": "Chlorofluorocarbons are non-toxic chemicals consisting of chlorine, fluorine and carbon atoms."
        },
        {
            "ques": "Water vapour contributes 5-10 per cent to the greenhouse effect."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>