// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "Bullocks",
            "Cows"
        ],
        [
            "stable",
            "coop"
        ],
        [
            "milk",
            "eggs"
        ],
        [
            "shed",
            "coop"
        ],
        [
            "wild animal",
            "pet animal"
        ]
    ],
    "quesArr": [
        {
            "ques": " <input class='txtformat' id='txtF' readonly></input> plough fields."
        },
        {
            "ques": "Hens are kept in a <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Hens and ducks lay<input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Cows are kept in a <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Giraffe is a <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        0,
        1,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [150, 150, 150, 150, 250];

//<input class='txtformat' id='txtF' readonly></input>