// JavaScript Document


var data = {
    "title": "<b>Pronouns</b>",
    "rubric": "<b>Drag and drop the correct pronouns to fill in the blanks.</b>",
    "optionArr": [
        [
            "We",
            "He",
            "I",
            "They",
            "It"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": " 1. Abdul likes to play basketball. __________ goes for practice every morning.",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": " 2. Shriya and Amit are not at home. __________ have gone to the market.",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": " 3. A camel has a hump. __________ stores water in it.",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": " 4. Piya and I live in the same neighbourhood. __________ play in the park every day.",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": " 5. My name is Madhu. __________ am six years old.",
                "ans": [
                    "op2"
                ]
            }
        ]
    ],
    "intro": "a",
    "type": "DragDrop_All_in_One_sentenceWise"
};

