// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on the correct divisor from the following options.</b>",
    "maxTime": 300,
    "optionArr": [
        [
            "3",
            "6",
            "10"
        ],
        [
            "2",
            "3",
            "5"
        ],
        [
            "3",
            "4",
            "5"
        ],
        [
            "5",
            "6",
            "9"
        ],
        [
            "3",
            "4",
            "5"
        ],
        [
            "3",
            "6",
            "10"
        ],
        [
            "3",
            "4",
            "5"
        ],
        [
            "3",
            "6",
            "8"
        ],
        [
            "3",
            "8",
            "11"
        ],
        [
            "25",
            "11",
            "4"
        ]
    ],
    "quesArr": [
        {
            "ques": "560 is divisible by <input class='txtformat' id='txtF' readonly></input>. "
        },
        {
            "ques": "1268 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "56890 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "1896 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "6596 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "140000 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "50022 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "16000 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "8998 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "56250 is divisible by <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        2,
        0,
        2,
        1,
        1,
        2,
        0,
        2,
        2,
        0
    ]
};
			
			
var blankSize = [100, 100, 100, 100, 100, 100,100,100,100,100];