// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "maxTime": 180,
    "optionArr": [
        [
            "May",
            "July",
            "August"
        ],
        [
            "December",
            "August",
            "January"
        ],
        [
            "Friday",
            "Saturday",
            "Wednesday"
        ],
        [
            "December",
            "January",
            "February"
        ],
        [
            "Monday",
            "Sunday",
            "Saturday"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which month comes after June?"
        },
        {
            "ques": "Republic Day is celebrated in the month of <input class='txtformat' autocomplete='off' id='txtF' readonly></input> ."
        },
        {
            "ques": "If today is 16 and it&#x2019;s Thursday, what day will 18 be?"
        },
        {
            "ques": "Which of the following months is the last month<br>of the year?"
        },
        {
            "ques": "If today is 31 and it&#x2019;s Saturday, on what day will the<br>next month begin?"
        }
    ],
    "Aarr": [
        1,
        2,
        1,
        0,
        1
    ]
};
			
			
var blankSize = [0, 170, 0, 0, 0];