// JavaScript Document


var data = {
    "title": "<b>Labels in the house</b>",
    "rubric": "<b>Click and place the given words in correct blanks.</b>",
    "optionArr": [
        [
            "cooked",
            "brushed",
            "talked",
            "packed",
            "washed"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. Tina _____________ her&nbsphanky&nbspherself.",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "2. Rohan _____________ his&nbspbag&nbspwith&nbsptoys. ",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "3. Papa _____________ to his friend on the telephone.",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "4. Mummy _____________ yummy&nbspfood.",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "5. They _____________ their&nbspteeth&nbspat&nbspnight.",
                "ans": [
                    "op1"
                ]
            }
        ]
    ],
    "intro": "",
    "type": "ClickNPlace_Text-On-Image"
};
			
			

//=================================================================			 
