// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "post office",
            "dispensary"
        ],
        [
            "market",
            "bank"
        ],
        [
            "hospital",
            "police station"
        ],
        [
            "shop",
            "letter box"
        ],
        [
            "fire station",
            "police station"
        ]
    ],
    "quesArr": [
        {
            "ques": "We buy stamps, envelopes and postcards <br>from the <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "We keep our money and jewellery safe <br>in the <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "We go to a <input class='txtformat' id='txtF' readonly></input> when we are sick."
        },
        {
            "ques": "We post our letters in a <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "We call a <input class='txtformat' id='txtF' readonly></input> when there is a big fire."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        0
    ],
    "intro": "",
    "type": ""
};
			
			
var blankSize = [200, 170, 250, 200, 250];

//<input class='txtformat' id='txtF' readonly></input>