// 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": "We should sleep and wake up early."
        },
        {
            "ques": "We should not eat fresh and healthy food."
        },
        {
            "ques": "We should use herbs and do yoga regularly."
        },
        {
            "ques": "Yoga originated in India around 6,000 years ago."
        },
        {
            "ques": "Ancient Indians were the first to spin and weave cotton into clothes."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        0
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 200, 310, 250, 250];

//<input class='txtformat' id='txtF' readonly></input>