// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "3 hundreds",
            "2 hundreds"
        ],
        [
            "6 hundreds",
            "5 hundreds"
        ],
        [
            "0 hundreds",
            "10 hundreds"
        ],
        [
            "2 hundreds",
            "4 hundreds"
        ],
        [
            "4 hundreds",
            "0 hundreds"
        ]
    ],
    "quesArr": [
        {
            "ques": "5 hundreds - 2 hundreds = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "7 hundreds - 2 hundreds = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "10 hundreds - 0 hundreds = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "8 hundreds - 6 hundreds = <input class='txtformat' id='txtF' readonly></input>"
        },
        {
            "ques": "4 hundreds - 0 hundreds = <input class='txtformat' id='txtF' readonly></input>"
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        0
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>