// 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": "Cross the road only at the zebra crossing."
        },
        {
            "ques": "While waiting for a bus, stand in a queue."
        },
        {
            "ques": "If you are learning to swim, do not use a swimming tube."
        },
        {
            "ques": "You should tell an adult if you get hurt."
        },
        {
            "ques": "Always play on the road."
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [150, 150, 250, 150, 150];

//<input class='txtformat' id='txtF' readonly></input>---