// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Add the following numbers and click on the correct answer.</b>",
    "optionArr": [
        [
            "17",
            "15"
        ],
        [
            "18",
            "12"
        ],
        [
            "15",
            "19"
        ],
        [
            "13",
            "15"
        ],
        [
            "16",
            "19"
        ]
    ],
    "quesArr": [
        {
            "ques": "5 + 5 + 7 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "7 + 8 + 3 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "1 + 9 + 5 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "6 + 5 + 4 = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "8 + 6 + 2 = <input class='txtformat' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        0,
        0,
        0,
        1,
        0
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [90, 90, 90, 90, 90];

//<input class='txtformat' id='txtF' readonly></input>