// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Look at the picture. Click and choose the correct option.</b>",
    "optionArr": [
        [
            "2",
            "3"
        ],
        [
            "elephant",
            "giraffe"
        ],
        [
            "monkey",
            "giraffe"
        ],
        [
            "3",
            "4"
        ],
        [
            "1",
            "4"
        ]
    ],
    "imgArr": [
        "Assets/images/img.png",
        "Assets/images/img.png",
        "Assets/images/img.png",
        "Assets/images/img.png",
        "Assets/images/img.png"
    ],
    "quesArr": [
        {
            "ques": "How many ducks are there?"
        },
        {
            "ques": "Which animal is present in the least number?"
        },
        {
            "ques": "Which is more in number?"
        },
        {
            "ques": "How many monkeys are there?"
        },
        {
            "ques": "How many elephants and giraffes are there altogether?"
        }
    ],
    "Aarr": [
        0,
        0,
        0,
        1,
        1
    ],
    "type": "odd_one_out_Ques_Img_Option",
    "intro": "a"
};
			
			
var blankSize = [150, 150, 170, 130, 180];

//<input class='txtformat' id='txtF' readonly></input>