// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "medicine",
            "exercise"
        ],
        [
            "Charaka",
            "Sushruta"
        ],
        [
            "Charaka Samhita",
            "Sushruta Samhita"
        ],
        [
            "healthy",
            "unhealthy"
        ],
        [
            "strengthens",
            "protects"
        ]
    ],
    "quesArr": [
        {
            "ques": "Ayurveda is one of the oldest systems of <input class='txtformat' id='txtF' readonly></input> that originated in India about 6,000 years ago."
        },
        {
            "ques": "An ancient physician <input class='txtformat' id='txtF' readonly></input> wrote `Charaka Samhita'."
        },
        {
            "ques": "Sushrut wrote the book named <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Ayurveda focuses on prevention of diseases by maintaining a <input class='txtformat' id='txtF' readonly></input> lifestyle."
        },
        {
            "ques": "Practising yoga <input class='txtformat' id='txtF' readonly></input> our body and relaxes our mind."
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 200, 310, 250, 250];

//<input class='txtformat' id='txtF' readonly></input>