// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Choose the correct option.</b>",
    "optionArr": [
        [
            "Central India",
            "South India",
            "East India"
        ],
        [
            "mountains",
            "plateaus",
            "plains"
        ],
        [
            "plateau",
            "desert",
            "plain"
        ],
        [
            "Northern",
            "Southern",
            "Eastern"
        ],
        [
            "Andaman",
            "Nicobar",
            "Lakshadweep"
        ]
    ],
    "quesArr": [
        {
            "ques": "The Nilgiri Hills are in <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Rivers such as the Ganga, Yamuna, Satluj and Brahmaputra originate in the <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "A flat and level land is called a <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The<input class='txtformat' id='txtF' readonly></input> Plateau is called the Deccan Plateau."
        },
        {
            "ques": "The<input class='txtformat' id='txtF' readonly></input>islands lie in the Arabian Sea."
        }
    ],
    "Aarr": [
        1,
        0,
        2,
        1,
        2
    ],
    "intro": ""
};
			
			
var blankSize = [250, 200, 300, 190, 350];

//<input class='txtformat' id='txtF' readonly></input>