// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Read the given map of the state of India. Click and choose the correct answer.</b>",
    "maxTime": 300,
    "optionArr": [
        [
            "Amravati",
            "Nashik",
            "Latur"
        ],
        [
            "South-West",
            "South-East",
            "North-East"
        ],
        [
            "Nagpur",
            "Latur",
            "Pune"
        ],
        [
            "West",
            "East",
            "North"
        ],
        [
            "Latur",
            "Kolhapur",
            "Nagpur"
        ],
        [
            "Solapur",
            "Kolhapur",
            "Nashik"
        ],
        [
            "South-West",
            "North-West",
            "South-East "
        ],
        [
            "Amravati",
            "Latur",
            "Solapur"
        ],
        [
            "South-West",
            "North-East",
            "South-East"
        ],
        [
            "Latur",
            "Nashik",
            "Jalgaon"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which city is in the North of Pune?"
        },
        {
            "ques": "In which direction is Solapur located in relation to Latur?"
        },
        {
            "ques": "Which city is the farthest in the East?"
        },
        {
            "ques": "In which direction will you be if you are travelling from Nagpur to Jalgaon?"
        },
        {
            "ques": "Which city is to the immediate East of Pune?"
        },
        {
            "ques": "Which city is the farthest in the South?"
        },
        {
            "ques": "In which direction is Pune located in relation<br/> to Amravati?"
        },
        {
            "ques": "Which city is to the immediate West of Nagpur?"
        },
        {
            "ques": "In which direction will you be if you are travelling from Latur to Solapur?"
        },
        {
            "ques": "Which city is to the immediate North of Pune?"
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1
    ]
};
			
			
var blankSize = [100, 100, 100, 100, 100];