// JavaScript Document


var data = {
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "1409",
            "1904",
            "9401"
        ],
        [
            "149",
            "208",
            "153"
        ],
        [
            "5232",
            "2315",
            "1482"
        ],
        [
            "1800",
            "1852",
            "2904"
        ],
        [
            "52864",
            "12365",
            "54432"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which of the following options is divisible by 2?"
        },
        {
            "ques": "Which of the following options is divisible by 3?"
        },
        {
            "ques": "Which of the following options is divisible by 4?"
        },
        {
            "ques": "Which of the following options is divisible by 5?"
        },
        {
            "ques": "Which of the following options is divisible by 6?"
        }
    ],
    "Aarr": [
        1,
        2,
        0,
        0,
        2
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>