// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "plastic",
            "wood",
            "polythene"
        ],
        [
            "pollutants",
            "flowers",
            "CNG"
        ],
        [
            "coal",
            "CNG",
            "diesel"
        ],
        [
            "land pollution",
            "water pollution",
            "noise pollution"
        ],
        [
            "water pollution",
            "air pollution",
            "noise pollution"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which of these substances is biodegradable?"
        },
        {
            "ques": "What are the harmful substances that pollute the air, water and land called?"
        },
        {
            "ques": "Which of the following fuels causes lesser pollution?"
        },
        {
            "ques": "What causes diseases such as typhoid, diarrhoea <br/>and dysentery?"
        },
        {
            "ques": "What causes headaches and skin irritation?"
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>