// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click on 'T' for true or 'F' for false. </b>",
    "optionArr": [
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ]
    ],
    "quesArr": [
        {
            "ques": "The place and the climate determine the design of the house."
        },
        {
            "ques": "Before building a house an engineer makes a plan of<br/>the house."
        },
        {
            "ques": "Places that have hot climates have houses with flat roofs."
        },
        {
            "ques": "The size and design of the house also depend on the budget."
        },
        {
            "ques": "Hire a manager to plan the house as per needs."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "intro": "",
    "type": "odd_one_out",
    "scalable": ""
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>