// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on the correct answer.</b>",
    "maxTime": 180,
    "optionArr": [
        [
            "122",
            "1221",
            "221"
        ],
        [
            "102",
            "153",
            "204"
        ],
        [
            "400",
            "500",
            "800"
        ],
        [
            "0",
            "1200",
            "2400"
        ],
        [
            "0",
            "1343",
            "13,430"
        ],
        [
            "3360",
            "2240",
            "3320"
        ],
        [
            "2642",
            "1321",
            "13,212"
        ],
        [
            "5",
            "6",
            "8"
        ],
        [
            "2011",
            "2101",
            "2111"
        ],
        [
            "9 x 5",
            "5 x 4",
            "9 x 4"
        ]
    ],
    "quesArr": [
        {
            "ques": "122 x 1 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "51 x 4 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "50 x 8 =  <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "40 x 0 x 80 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "1343 x 0 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "1120 x 3 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "1321 x 2 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "(5 x 6) x 8 = (5 x 8) x <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "2011 x 1 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "4 x 5 = <input class='txtformat' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        1
    ]
};
			
			
var blankSize = [150, 150, 150, 150, 150, 150, 150, 150, 150, 150];
