// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "stilts",
            "water"
        ],
        [
            "bricks",
            "wood"
        ],
        [
            "grills",
            "wire-netting"
        ],
        [
            "open spaces",
            "fireplaces"
        ],
        [
            "flat",
            "sloping"
        ]
    ],
    "quesArr": [
        {
            "ques": "In places where it rains a lot, houses are often built<br/>on <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Places which have frequent earthquakes have houses built<br/>of <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "A house can be made safe by fitting the doors and windows with <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Houses in cold areas have <input class='txtformat' id='txtF' readonly></input> to keep the inside of the house warm."
        },
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> roofs do not allow rainwater to collect and make the house damp."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        1
    ],
    "intro": "",
    "type": "odd_one_out",
    "scalable": ""
};
			
			
var blankSize = [150, 150, 200, 250, 150];

//<input class='txtformat' id='txtF' readonly></input>