// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "maxTime": 180,
    "optionArr": [
        [
            "500",
            "400",
            "100"
        ],
        [
            "200",
            "300",
            "500"
        ],
        [
            "400",
            "500",
            "700"
        ],
        [
            "550",
            "600",
            "100"
        ],
        [
            "750",
            "658",
            "100"
        ]
    ],
    "quesArr": [
        {
            "ques": "500 - 100 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "500 - 200 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "700 - 300 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "650 - 100 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "758 - 100 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        0,
        1
    ]
};
			
			
var blankSize = [100, 100, 100, 100, 100];