// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click and place the correct answer.</b>",
    "optionArr": [
        [
            "Exercise",
            "wash",
            "water",
            "running",
            "clean"
        ],
        [
            "Exercise",
            "wash",
            "water",
            "running",
            "clean"
        ],
        [
            "fit",
            "wash",
            "water",
            "running",
            "clean"
        ],
        [
            "Exercise",
            "wash",
            "water",
            "running",
            "clean"
        ],
        [
            "Exercise",
            "wash",
            "water",
            "running",
            "clean"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "Walking, _________________ and swimming are good exercises.",
                "ans": [
                    "op3"
                ]
            }
        ],
        [
            {
                "ques": "We must ___________ our hands before and after eating.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "Exercise keeps us healthy and _____________ .",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": "We must wear _____________ clothes.",
                "ans": [
                    "op4"
                ]
            }
        ],
        [
            {
                "ques": "We must have a bath every day with soap and _____________ .",
                "ans": [
                    "op2"
                ]
            }
        ]
    ],
    "intro": ""
};
			
			

//=================================================================			 
