// JavaScript Document

var data = {
    "title": "<b>Verbs: Action Words</b>",
    "rubric": "Click and choose the correct option.",
    "optionArr": [
        [
            "safe",
            "unsafe"
        ],
        [
            "safe",
            "unsafe"
        ],
        [
            "safe",
            "unsafe"
        ],
        [
            "safe",
            "unsafe"
        ],
        [
            "safe",
            "unsafe"
        ]
    ],
    "quesArr": [
        {
            "ques": "Playing with sharp objects"
        },
        {
            "ques": "Playing on the road"
        },
        {
            "ques": "Eating stale food"
        },
        {
            "ques": "Crossing the road at the zebra crossing"
        },
        {
            "ques": "Climbing on walls, cupboards and windows"
        }
    ],
    "Aarr": [
        1,
        1,
        1,
        0,
        1
    ],
    "intro": "",
    "type": "odd_one_out",
    "scalable": ""
};

var blankSize = [180, 180, 180, 180, 180,180];

//<input class='txtformat' id='txtF' readonly></input>