// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "Water",
            "Air"
        ],
        [
            "pollution",
            "pollutants"
        ],
        [
            "biodegradable",
            "non-biodegradable"
        ],
        [
            "Noise",
            "Air"
        ],
        [
            "green",
            "blue"
        ]
    ],
    "quesArr": [
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> pollution is caused by smoke from factories and vehicles."
        },
        {
            "ques": "Addition of harmful substances to the environment is called <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Waste that cannot rot is called <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> pollution can cause hearing problems."
        },
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> container is for biodegradable waste."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [100, 200, 300, 100, 100];

//<input class='txtformat' id='txtF' readonly></input>