// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            " 27%",
            " 21%",
            " 78%"
        ],
        [
            " chlorination",
            " filtration",
            " boiling"
        ],
        [
            " inspired air",
            " humidity",
            "troposphere"
        ],
        [
            " stratosphere",
            " troposphere",
            " thermosphere"
        ],
        [
            " boiled water",
            " distilled water",
            " chlorinated water"
        ]
    ],
    "quesArr": [
        {
            "ques": "What is the percentage of oxygen in the atmosphere?"
        },
        {
            "ques": "What is the process of removing insoluble impurities from water called?"
        },
        {
            "ques": "What is the amount of water vapour present in the air called?"
        },
        {
            "ques": "In which layer of the atmosphere, do weather changes occur?"
        },
        {
            "ques": "What is the purest form of water called?"
        }
    ],
    "Aarr": [
        1,
        1,
        1,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>