// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "hospital",
            "bank"
        ],
        [
            "police station",
            "market"
        ],
        [
            "post office",
            "fire station"
        ],
        [
            "school",
            "hospital"
        ],
        [
            "shop",
            "bus stop"
        ]
    ],
    "quesArr": [
        {
            "ques": "We go to the <input class='txtformat' id='txtF' readonly></input> when we fall ill."
        },
        {
            "ques": "We go to the <input class='txtformat' id='txtF' readonly></input> to buy vegetables."
        },
        {
            "ques": "We go to the <input class='txtformat' id='txtF' readonly></input> to buy stamps."
        },
        {
            "ques": "We go to the <input class='txtformat' id='txtF' readonly></input> to study."
        },
        {
            "ques": "We wait at the <input class='txtformat' id='txtF' readonly></input> to take a bus."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [200, 250, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>