// JavaScript Document


var data = {
    "title": "<b>MCQs</b>",
    "rubric": "<b>Subtract the numbers and click on the correct option.</b>",
    "optionArr": [
        [
            "3",
            "2",
            "1"
        ],
        [
            "4",
            "5",
            "0"
        ],
        [
            "0",
            "7",
            "8"
        ],
        [
            "7",
            "0",
            "1"
        ],
        [
            "1",
            "4",
            "5"
        ]
    ],
    "quesArr": [
        {
            "ques": "5 &#8722; 3 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "9 &#8722; 5 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "8 &#8722; 0 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "7 &#8722; 7 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "5 &#8722; 4 = <input class='txtformat' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        1,
        0,
        2,
        1,
        0
    ],
    "intro": "",
    "type": "odd_one_out",
    "scalable": ""
};
			
			
var blankSize = [95, 95, 95, 95, 95];

//<input class='txtformat' id='txtF' readonly></input>