// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "10 paise",
            "100 paise"
        ],
        [
            "&#x20B9;",
            "&#36;"
        ],
        [
            "&#x20B9;1",
            "&#x20B9;10"
        ],
        [
            "&#x20B9;5",
            "&#x20B9;15"
        ],
        [
            "&#x20B9;30",
            "&#x20B9;50"
        ]
    ],
    "quesArr": [
        {
            "ques": "How many paise are there in 1 rupee?"
        },
        {
            "ques": "Which of the following is the symbol of rupee?"
        },
        {
            "ques": "How many rupee(s) is/are 100 paise?"
        },
        {
            "ques": "Which of the following denomination&#x0027;s coin is not available?"
        },
        {
            "ques": "Which of the following denomination&#x0027;s note is not available?"
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        0
    ],
    "intro": "",
    "type": "odd_one_out",
    "scalable": ""
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>