// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "Diwali",
            "Christmas"
        ],
        [
            "Kerala",
            "Tamil Nadu"
        ],
        [
            "<i>pongal</i>",
            "<i>onam sadya</i>"
        ],
        [
            "26 January",
            "15 August"
        ],
        [
            "Onam",
            "Eid"
        ]
    ],
    "quesArr": [
        {
            "ques": "Special cakes are baked for <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "Onam is celebrated in <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "A sweet dish called <input class='txtformat' id='txtF' readonly></input> is cooked <br>during Pongal."
        },
        {
            "ques": "Independence Day is celebrated on <input class='txtformat' id='txtF' readonly></input> every year."
        },
        {
            "ques": "Boat races are held during the festival<br> of <input class='txtformat' id='txtF' readonly></input> ."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        0
    ],
    "intro": ""
};
			
			
var blankSize = [200, 200, 230, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>