// JavaScript Document


var data = {
    "title": "<b>Labels in the house</b>",
    "rubric": "<b>Label things in this house.<br>Click and place each word at the correct place.</b>",
    "optionArr": [
        [
            "door",
            "roof",
            "fence",
            "balcony",
            "window",
            "stairs",
            "wall",
            "gate"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "________",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op6"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op5"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "________",
                "ans": [
                    "op7"
                ]
            }
        ]
    ],
    "intro": "v",
    "type": "ClickNPlace_Text-On-Image"
};
			
			

//=================================================================			 
