// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "water",
            "air"
        ],
        [
            "population",
            "pollution"
        ],
        [
            "Environment",
            "Moon"
        ],
        [
            "polluted",
            "potable"
        ],
        [
            "drinking",
            "bathing"
        ]
    ],
    "quesArr": [
        {
            "ques": "Do not let <input class='txtformat' id='txtF' readonly></input> collect in or near your house."
        },
        {
            "ques": "When dirty and harmful things mix in our environment, then they cause <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is anything and everything that surrounds and affect a living thing."
        },
        {
            "ques": "Dirty water is called <input class='txtformat' id='txtF' readonly></input> water."
        },
        {
            "ques": "Water should be boiled and filtered before <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [200, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>