// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on &#x00027;Y&#x00027; for Yes or &#x00027;N&#x00027; for No.</b>",
    "optionArr": [
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ],
        [
            "Y",
            "N"
        ]
    ],
    "quesArr": [
        {
            "ques": "We use oil to make paper."
        },
        {
            "ques": "Gum is made from the juice of the keekar tree."
        },
        {
            "ques": "We use rose and jasmine to make medicines."
        },
        {
            "ques": "We use cotton to make bags and ropes."
        },
        {
            "ques": "We use the tulsi leaves to cure cold and cough. "
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>