// 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": "We should plant trees in our school and in our neighbourhood."
        },
        {
            "ques": "When waste water is thrown into water bodies, it causes air pollution."
        },
        {
            "ques": "Smoke from factories and vehicles cause water pollution."
        },
        {
            "ques": "When we throw garbage in open places, land pollution is caused."
        },
        {
            "ques": "Plants and trees make the air clean and fresh."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>