// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "Grasshoppers",
            "Locusts"
        ],
        [
            "eel",
            "fish"
        ],
        [
            "Siberian cranes",
            "locusts"
        ],
        [
            "mallard duck",
            "purple moorhen"
        ],
        [
            "river",
            "sea"
        ]
    ],
    "quesArr": [
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> are harmful migratory insects."
        },
        {
            "ques": "The baby <input class='txtformat' id='txtF' readonly></input> travels from sea to river. "
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is one of the birds that travel from other countries to India during winter."
        },
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> is a local migratory bird of India."
        },
        {
            "ques": "Eels travel to the <input class='txtformat' id='txtF' readonly></input> to lay their eggs."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 250, 300, 250, 100];

//<input class='txtformat' id='txtF' readonly></input>