// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Where does the given animal live? Click and choose the correct option.</b>",
    "optionArr": [
        [
            "land",
            "water"
        ],
        [
            "land",
            "water"
        ],
        [
            "land",
            "water"
        ],
        [
            "land",
            "water"
        ],
        [
            "land",
            "water"
        ]
    ],
    "quesArr": [
        {
            "ques": "Assets/images/img0.png"
        },
        {
            "ques": "Assets/images/img1.png"
        },
        {
            "ques": "Assets/images/img2.png"
        },
        {
            "ques": "Assets/images/img3.png"
        },
        {
            "ques": "Assets/images/img4.png"
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1,
        1
    ],
    "type": "odd_one_out_Question as Image",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>