// JavaScript Document


var data = {
    "title": "<b>MCQs</b>",
    "rubric": "<b>Subtract the numbers and click on the correct option.</b>",
    "optionArr": [
        [
            "43",
            "25",
            "47"
        ],
        [
            "44",
            "55",
            "53"
        ],
        [
            "98",
            "58",
            "76"
        ],
        [
            "75",
            "99",
            "65"
        ],
        [
            "81",
            "45",
            "54"
        ]
    ],
    "quesArr": [
        {
            "ques": "Img1.png"
        },
        {
            "ques": "Img2.png"
        },
        {
            "ques": "Img3.png"
        },
        {
            "ques": "Img4.png"
        },
        {
            "ques": "Img5.png"
        }
    ],
    "Aarr": [
        0,
        2,
        1,
        0,
        1
    ],
    "intro": "",
    "type": "odd_one_out",
    "scalable": ""
};
			
			
var blankSize = [90, 90, 90, 90, 90];

//<input class='txtformat' id='txtF' readonly></input>