// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on the right habit.</b>",
    "optionArr": [
        [
            "We should cross the road when the traffic is moving.",
            "We should cross the road when we see no vehicle coming<br>from either side."
        ],
        [
            "We should always walk on the footpath.",
            "We should always walk on the road."
        ],
        [
            "We should always wear a helmet while riding a bicycle.",
            "We should never wear a helmet while riding a bicycle."
        ],
        [
            "We should cross the road alone.",
            "We should never cross the road alone."
        ],
        [
            "We should throw garbage on the road.",
            "We should throw garbage in the dustbin."
        ]
    ],
    "quesArr": [
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        },
        {
            "ques": ""
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>