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