// JavaScript Document


var data = {
    "title": "<b>Adverbs</b>",
    "rubric": "<b>Click and place the correct words in the blanks to complete the sentences.</b>",
    "optionArr": [
        [
            "softly",
            "soundly",
            "properly",
            "willingly",
            "neatly"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. I try to write ______________ .",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "2. I help my mother ______________ .",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "3. I think I speak ______________ .",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "4. I chew my food ______________ .",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "5. I always sleep ______________ .",
                "ans": [
                    "op1"
                ]
            }
        ]
    ],
    "type": "ClickNPlaceSentenceWise",
    "scalable": "",
    "intro": "g"
};
			
			

//=================================================================			 
