// 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>",
    "optionArr": [
        [
            "Jaisalmer",
            "Jaipur"
        ],
        [
            "South",
            "North"
        ],
        [
            "Jaisalmer",
            "Jaipur"
        ],
        [
            "West",
            "East"
        ],
        [
            "Udaipur",
            "Kota"
        ]
    ],
    "quesArr": [
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> Which town is to the North of Kota?"
        },
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> In which direction is Bikaner located in relation to Udaipur?"
        },
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> Which town is the farthest in the West?"
        },
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> In which direction are you travelling if you are travelling from Jodhpur to Ajmer?"
        },
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> Which town is to the immediate East of Mt. Abu?"
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        1,
        0
    ],
    "intro": ""
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>