// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "seven",
            "eight"
        ],
        [
            "Cockroaches",
            "Butterflies"
        ],
        [
            "head",
            "tail"
        ],
        [
            "beehives",
            "tunnels"
        ],
        [
            "Crocodiles",
            "Ants"
        ]
    ],
    "quesArr": [
        {
            "ques": "Spiders have <input class='txtformat' id='txtF' readonly></input> legs."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> have a flattened, reddish-brown body and wings to fly."
        },
        {
            "ques": "Lizards have two pairs of legs and a long <input class='txtformat' id='txtF' readonly></input>. "
        },
        {
            "ques": "Honeybees make large nests that are known as <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> make their homes under the ground."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        1
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 250, 200, 250, 250];

//<input class='txtformat' id='txtF' readonly></input>