// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on the correct option.</b>",
    "maxTime": 180,
    "optionArr": [
        [
            "10",
            "0",
            "1"
        ],
        [
            "101",
            "98",
            "100"
        ],
        [
            "6794",
            "1093",
            "1039"
        ],
        [
            "2046",
            "2146",
            "2246"
        ],
        [
            "10",
            "1",
            "0"
        ],
        [
            "3698",
            "2431",
            "2341"
        ],
        [
            "8998",
            "9000",
            "9001"
        ],
        [
            "10",
            "0",
            "1"
        ],
        [
            "1000",
            "600",
            "400"
        ],
        [
            "7711",
            "9720",
            "6435"
        ]
    ],
    "quesArr": [
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> + 8383 = 8383"
        },
        {
            "ques": "One more than 99 is <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "6794 + 1039 = <input class='txtformat' id='txtF' readonly></input> + 6794."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> + 9421 = 9421 + 2146"
        },
        {
            "ques": "7489 + <input class='txtformat' id='txtF' readonly></input> = 7490"
        },
        {
            "ques": "2431 + 3691 + 4528 = 3691 + 4528 + <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "8999 + 1 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "5691 = <input class='txtformat' id='txtF' readonly></input> + 5691"
        },
        {
            "ques": "400 + <input class='txtformat' id='txtF' readonly></input> = 1000"
        },
        {
            "ques": "6435 + 7711 + <input class='txtformat' id='txtF' readonly></input> = 7711 + 6435 + 9720"
        }
    ],
    "Aarr": [
        1,
        2,
        2,
        1,
        1,
        1,
        1,
        1,
        1,
        1
    ]
};
			
			
var blankSize = [100, 100, 100, 100, 100, 100, 100, 100, 100, 100];