// JavaScript Document


var data = {
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "lights",
            "colours"
        ],
        [
            "Eid",
            "Christmas"
        ],
        [
            "Christmas",
            "Gurupurab"
        ],
        [
            "25 December",
            "25 January"
        ],
        [
            "January",
            "March"
        ]
    ],
    "quesArr": [
        {
            "ques": "Diwali is the festival of <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "We go to a mosque to pray on <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "On <input class='txtformat' id='txtF' readonly></input>, we enjoy food at the langar."
        },
        {
            "ques": "Christmas is celebrated on <input class='txtformat' id='txtF' readonly></input> <br/>every year."
        },
        {
            "ques": "We celebrate Pongal in the month of <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": ""
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>