// 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": "Diabetes is caused due to deficiency of vitamins and minerals in our body."
        },
        {
            "ques": "Communicable diseases are not transmitted from one person to another."
        },
        {
            "ques": "Scurvy and goitre are examples of communicable diseases."
        },
        {
            "ques": "AIDS is an immunity disorder caused by the HIV."
        },
        {
            "ques": "Vaccines are available for typhoid and hepatitis."
        }
    ],
    "Aarr": [
        1,
        1,
        1,
        0,
        0
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 360, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>