// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Choose the correct option.</b>",
    "optionArr": [
        [
            "hot",
            "cool"
        ],
        [
            "heaters",
            "coolers"
        ],
        [
            "umbrella",
            "air conditioner"
        ],
        [
            "autumn",
            "spring"
        ],
        [
            "summer",
            "autumn"
        ]
    ],
    "quesArr": [
        {
            "ques": "In summers, we have <input class='txtformat' id='txtF' readonly></input> drinks."
        },
        {
            "ques": "In winters, people use <input class='txtformat' id='txtF' readonly></input> to keep themselves warm."
        },
        {
            "ques": "We use an <input class='txtformat' id='txtF' readonly></input> when it rains."
        },
        {
            "ques": "Flowers bloom in <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The season that comes before winter is <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [150, 150, 250, 150, 150];

//<input class='txtformat' id='txtF' readonly></input>