// JavaScript Document

var data = {
    "_rubric": "<b>Type <span class='Hspan'><i>and</i></span>, <span class='Hspan'><i>but</i></span> or <span class='Hspan'><i>or</i></span>&nbsp;&nbsp;to complete the sentences.</b>",
    "_title": "<b>Conjunctions</b>",
    "_optionArr": [
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. The train stopped ______ the passengers got down.",
                "ans": [
                    [
                        "and"
                    ]
                ]
            },
            {
                "ques": "2. I don&#x2019;t drink tea ______ I drink milk.",
                "ans": [
                    [
                        "but"
                    ]
                ]
            },
            {
                "ques": "3. Is this a new book ______ an old one?",
                "ans": [
                    [
                        "or"
                    ]
                ]
            },
            {
                "ques": "4. We went to the market _______ bought some fruits.",
                "ans": [
                    [
                        "and"
                    ]
                ]
            },
            {
                "ques": "5. Which colour do you like, green _____ yellow?",
                "ans": [
                    [
                        "or"
                    ]
                ]
            },
            {
                "ques": "6. Sheela is tall ______ Jasbeer is taller.",
                "ans": [
                    [
                        "but"
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "TypingAllOnce"
};
			
			
