// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "Click and choose the correct option.</b>",
    "optionArr": [
        [
            "15",
            "150",
            "0"
        ],
        [
            "11",
            "7",
            "5"
        ],
        [
            "12",
            "14",
            "7"
        ],
        [
            "10",
            "820",
            "0"
        ],
        [
            "17",
            "557",
            "5"
        ]
    ],
    "quesArr": [
        {
            "ques": "10 + 5 + 0 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "1 + 1 + 5 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "7 + 3 + 4 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "8 + 2 + 0 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        },
        {
            "ques": "5 + 5 + 7 = <input class='txtformat' autocomplete='off' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        0
    ]
};
			
			
var blankSize = [100, 100, 100, 100, 100];