// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "122",
            "222"
        ],
        [
            "322",
            "222"
        ],
        [
            "311",
            "611"
        ],
        [
            "450",
            "251"
        ],
        [
            "208",
            "203"
        ]
    ],
    "quesArr": [
        {
            "ques": "854 - 732 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "482 - 160 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "925 - 314 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "674 - 423 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "965 - 762 = <input class='txtformat' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        1,
        1
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>