// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on &#x00027;T&#x00027; for true or &#x00027;F&#x00027; for false.</b>",
    "optionArr": [
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ]
    ],
    "quesArr": [
        {
            "ques": "5 notes of &#8377; 100 = &#8377; 5100."
        },
        {
            "ques": "&#8377; 500 can be exchanged for five notes of &#8377; 100."
        },
        {
            "ques": "The cost of 1 notebook is &#8377; 25 if a dozen notebooks cost &#8377; 250."
        },
        {
            "ques": "1 kg of apple costs &#8377; 100. Half a kg will cost &#8377; 50."
        },
        {
            "ques": "6030 p is the same as &#8377; 60.30."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>