// JavaScript Document


var data = {
    "title": "<b>Dummy Title</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": "Non-luminous objects give out light."
        },
        {
            "ques": "A loud or unpleasant sound is called noise."
        },
        {
            "ques": "We use force to change the shape of things."
        },
        {
            "ques": "The length of the shadow is longest at noon."
        },
        {
            "ques": "When we push or pull something we apply force."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>