// JavaScript Document


var data = {
    "title": "<b>Pronouns</b>",
    "rubric": "<b>Drag and drop the correct pronoun to fill in the blank.</b>",
    "optionArr": [
        [
            "Which",
            "Who"
        ],
        [
            "Who",
            "Which"
        ],
        [
            "What",
            "Who"
        ],
        [
            "Which",
            "What"
        ],
        [
            "What",
            "Which"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "______________ has a pencil to lend me?",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "______________ opened the gate and let the cat in?",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": "______________ got up late and rushed to school today?",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": "______________ train goes to Surat from Ahmedabad?",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": "______________ does an IQ test tell about a person?",
                "ans": [
                    "op0"
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "DragDrop_All_in_One_sentenceWise"
};

