// JavaScript Document


var data = {
    "title": "<b>Simple Present Tense</b>",
    "rubric": "<b>Drag and drop the correct word to fill in the blank in the simple present tense.</b>",
    "optionArr": [
        [
            "watch",
            "watches"
        ],
        [
            "playing",
            "plays"
        ],
        [
            "helps",
            "helping"
        ],
        [
            "take",
            "takes"
        ],
        [
            "visit",
            "visiting"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "Aruna  ____________ butterflies   /t in the park.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "Amit ____________ every evening.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "Manish ____________ his mummy.",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": "I ____________ my dog for a walk every evening.",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": "I ____________ my aunt every Monday. ",
                "ans": [
                    "op0"
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "DragDrop_All_in_One_sentenceWise"
};

