// JavaScript Document


var data = {
    "title": "<b>Odd one out</b>",
    "rubric": "<b>Which picture does not belong to the group? Click on the odd one out.</b>",
    "optionArr": [
        [
            "img0.png",
            "img1.png",
            "img2.png",
            "img3.png"
        ],
        [
            "img4.png",
            "img5.png",
            "img6.png",
            "img7.png"
        ],
        [
            "img8.png",
            "img9.png",
            "img10.png",
            "img11.png"
        ],
        [
            "img12.png",
            "img13.png",
            "img14.png",
            "img15.png"
        ],
        [
            "img16.png",
            "img17.png",
            "img18.png",
            "img19.png"
        ]
    ],
    "quesArr": [
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        }
    ],
    "Aarr": [
        1,
        3,
        0,
        2,
        2
    ],
    "intro": "v",
    "type": "odd_one_out_(Image Type)",
    "scalable": ""
};
			
			
var blankSize = [250, 200, 300, 100, 250, 250];

//<input class='txtformat' id='txtF' readonly></input>