// JavaScript Document


var data = {
    "title": "<b>Collocations</b>",
    "rubric": "<b>Click on the correct answer.</b>",
    "optionArr": [
        [
            "beaks",
            "feathers"
        ],
        [
            "broad",
            "sharp"
        ],
        [
            "wading",
            "swimming"
        ],
        [
            "eagle",
            "owl"
        ],
        [
            "Penguins",
            "Cuckoos"
        ]
    ],
    "quesArr": [
        {
            "ques": "Birds use their <input class='txtformat' id='txtF' readonly></input> and claws to catch, hold and eat their food."
        },
        {
            "ques": "Vultures have <input class='txtformat' id='txtF' readonly></input> beaks to help them tear the flesh of animals."
        },
        {
            "ques": "Water birds such as cranes and herons are called <br/><input class='txtformat' id='txtF' readonly></input> birds."
        },
        {
            "ques": "An <input class='txtformat' id='txtF' readonly></input> makes its nests by putting a few sticks together in the shape of a shallow cup."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> do not build their own nests and lay their eggs in nests of other birds."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [150, 150, 150, 150, 150];

//<input class='txtformat' id='txtF' readonly></input>