// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on 'Y' for yes or 'N' for no.</b>",
    "optionArr": [
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ]
    ],
    "quesArr": [
        {
            "ques": "We need water to bathe."
        },
        {
            "ques": "We must drink clean water."
        },
        {
            "ques": "Plants do not need water."
        },
        {
            "ques": "We need water to put out a fire."
        },
        {
            "ques": "All non-living things need water to live."
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [150, 150, 150, 150, 250];

//<input class='txtformat' id='txtF' readonly></input>