// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "doctor",
            "carpenter"
        ],
        [
            "hospital",
            "post office"
        ],
        [
            "tailor",
            "cobbler"
        ],
        [
            "furniture",
            "clothes"
        ],
        [
            "doctor",
            "teacher"
        ]
    ],
    "quesArr": [
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> treats us when we fall sick."
        },
        {
            "ques": "A postman works in a <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> stitches clothes for us."
        },
        {
            "ques": "A carpenter makes and repairs <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> teaches us to read and write."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [180, 200, 150, 140, 160];

//<input class='txtformat' id='txtF' readonly></input>