// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "maxTime": 180,
    "optionArr": [
        [
            "30",
            "20",
            "10"
        ],
        [
            "7",
            "70",
            "20"
        ],
        [
            "65",
            "60",
            "75"
        ],
        [
            "55",
            "50",
            "30"
        ],
        [
            "20",
            "22",
            "32"
        ]
    ],
    "quesArr": [
        {
            "ques": "40 - 10 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "90 - 20 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "75 - 10 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "85 - 30 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "32 - 10 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ]
};
			
			
var blankSize = [60, 160, 60, 60, 160];