// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blank with <i>or</i>, <i>and</i> or <i>but</i> to complete the given sentence.</b>",
    "_title": "<b>Conjunctions</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "The garden has yellow, pink _________ red roses.",
                "ans": [
                    [
                        "and"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Would you like to have tea _________ coffee?",
                "ans": [
                    [
                        "or"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "My baby brother can crawl  _________ cannot walk.",
                "ans": [
                    [
                        "but"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "We may either go to the fair _________ to the zoo on Sunday.",
                "ans": [
                    [
                        "or"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Neha _________ Shweta study in the same school.",
                "ans": [
                    [
                        "and"
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "TypingAllOnce"
};
			
			
