// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Observe the given graph and answer the following question.</b>",
    "maxTime": 300,
    "optionArr": [
        [
            "Hindi",
            "Maths",
            "Science"
        ],
        [
            "200",
            "300",
            "400"
        ],
        [
            "50",
            "100",
            "150"
        ],
        [
            "2 times",
            "4 times",
            "5 times"
        ],
        [
            "150",
            "200",
            "250"
        ],
        [
            "Monday",
            "Tuesday",
            "Wednesday"
        ],
        [
            "Monday",
            "Tuesday",
            "Wednesday"
        ],
        [
            "1000",
            "1500",
            "2000"
        ],
        [
            "Wednesday",
            "Thursday",
            "Friday"
        ],
        [
            "Monday",
            "Tuesday",
            "Wednesday"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which subject is most liked by the students?"
        },
        {
            "ques": "How many students' favourite subject is Maths?"
        },
        {
            "ques": "How many students choose Science over English?"
        },
        {
            "ques": "How many students choose Maths over English?"
        },
        {
            "ques": "How many students' favourite subjects are Hindi and English?"
        },
        {
            "ques": "On which day was the sale of notebooks minimum?"
        },
        {
            "ques": "On which day did the shopkeeper sell 3000 notebooks?"
        },
        {
            "ques": "How much was the increase in sales from Tuesday to Wednesday?"
        },
        {
            "ques": "On which day the increase in sales was minimum?"
        },
        {
            "ques": " On which day was the decrease in sales maximum?"
        }
    ],
    "Aarr": [
        1,
        2,
        2,
        1,
        2,
        1,
        2,
        2,
        2,
        1
    ]
};
			
			
var blankSize = [100, 100, 100, 100, 100];