// JavaScript Document


var data = {
    "title": "<b>Pronouns</b>",
    "rubric": "<b>Click and place the correct word in the blank to complete the sentence.</b>",
    "optionArr": [
        [
            "You",
            "She",
            "We",
            "He",
            "They",
            "It"
        ],
        [
            "you",
            "she",
            "we",
            "he",
            "they",
            "it"
        ],
        [
            "You",
            "She",
            "We",
            "He",
            "They",
            "It"
        ],
        [
            "You",
            "She",
            "We",
            "He",
            "They",
            "It"
        ],
        [
            "You",
            "She",
            "We",
            "He",
            "They",
            "It"
        ],
        [
            "you",
            "she",
            "we",
            "he",
            "they",
            "it"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "The children are in the class. _________ are waiting for the teacher.",
                "ans": [
                    "op4"
                ]
            }
        ],
        [
            {
                "ques": "Is Raja coming to play? Has _________ got his bat?",
                "ans": [
                    "op3"
                ]
            }
        ],
        [
            {
                "ques": "Deepika is in the library. _________ wants to borrow a book.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "Look at the vase. _________ is very pretty.",
                "ans": [
                    "op5"
                ]
            }
        ],
        [
            {
                "ques": "Mother and I are going to the market. _________ have to buy fruits.",
                "ans": [
                    "op2"
                ]
            }
        ],
        [
            {
                "ques": "Do _________ know where my book is?",
                "ans": [
                    "op0"
                ]
            }
        ]
    ],
    "type": "ClickNPlaceSentenceWise",
    "scalable": "",
    "intro": "g"
};
			
			

//=================================================================			 
