// 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": "Prafulla Chandra Ray was a botanist and a physicist."
        },
        {
            "ques": "Sir J C Bose is known as the Father of Indian chemistry."
        },
        {
            "ques": "A P J Abdul Kalam served as the President of India."
        },
        {
            "ques": "Asima Chatterjee founded the Indian Space Research Organisation in 1969."
        },
        {
            "ques": "Har Gobind Khorana received the Nobel Prize for Medicine in 1968."
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        1,
        0
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>