// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "maxTime": 180,
    "optionArr": [
        [
            "2",
            "3",
            "4"
        ],
        [
            "9",
            "10",
            "8"
        ],
        [
            "0",
            "1",
            "10"
        ],
        [
            "1",
            "0",
            "5"
        ],
        [
            "1",
            "7",
            "0"
        ]
    ],
    "quesArr": [
        {
            "ques": "6 x 2 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input> x 6"
        },
        {
            "ques": "9 x <input class='txtformat' autocomplete='off' id='txtF' readonly></input> = 10 x 9"
        },
        {
            "ques": "4 x <input class='txtformat' autocomplete='off' id='txtF' readonly></input> = 0"
        },
        {
            "ques": "0 x 5 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "7 x <input class='txtformat' autocomplete='off' id='txtF' readonly></input>= 7"
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        0
    ]
};
			
			
var blankSize = [80, 80, 80, 80, 80];