// JavaScript Document


var data = {
    "title": "<b>Labels in the house</b>",
    "rubric": "<b>Click and place the words to fill in the blanks.</b>",
    "optionArr": [
        [
            "clean",
            "waste",
            "wash",
            "rinse",
            "chew"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. We must ____________ our hands before&nbsp;eating&nbsp;anything.",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "2. We must eat ____________ and fresh&nbsp;food.",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "3. We must not ____________ food.",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "4. We must ____________ our mouth&nbsp;after&nbsp;eating&nbsp;anything.",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "5. We must ___________ our food well.",
                "ans": [
                    "op4"
                ]
            }
        ]
    ],
    "intro": "",
    "type": "ClickNPlace_Text-On-Image"
};
			
		

//=================================================================			 
