// JavaScript Document


var data = {
    "title": "<b>Labels on the road</b>",
    "rubric": "<b>Look at the given picture. Click and place each word at the correct place.</b>",
    "optionArr": [
        [
            "traffic police",
            "zebra crossing",
            "truck",
            "florist",
            "scooter",
            "traffic light"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "________",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op5"
                ]
            }
        ]
    ],
    "intro": "v",
    "type": ""
};
			
			

//=================================================================			 
