// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click on `Y' for YES or `N' for NO.</b>",
    "optionArr": [
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ]
    ],
    "quesArr": [
        {
            "ques": "Wild animals live with us at our homes."
        },
        {
            "ques": "Lions and tigers are wild animals."
        },
        {
            "ques": "Small insects are called domestic animals."
        },
        {
            "ques": "The body of an insect has three parts."
        },
        {
            "ques": "Insects reproduce by laying eggs."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 250, 200, 250, 250];

//<input class='txtformat' id='txtF' readonly></input>