// JavaScript Document


var data = {
    "_rubric": "<b>Type the correct conjunctions to fill in the blanks.</b>",
    "_title": "<b>Conjunctions</b>",
    "_optionArr": [
        [
            "and",
            "or",
            "but",
            "so",
            "if"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "Whenever you travel to a hill station, be sure to take comfortable shoes. In addition, you will need warm clothes _______ sweaters. _______ you plan to go sightseeing, you should take a pair of binoculars _______ a map to help you find your way around. Many young people stay in hostels _______ similar affordable places.  _______ if you do that, make sure you keep your belongings safe, _______ that you do not lose them. Some travellers enjoy staying in  private homes that offer  'bed _______ breakfast'. They say  that these are charming _______ comfortable.",
                "ans": [
                    [
                        "and"
                    ],
                    [
                        "If"
                    ],
                    [
                        "and"
                    ],
                    [
                        "or"
                    ],
                    [
                        "But"
                    ],
                    [
                        "so"
                    ],
                    [
                        "and"
                    ],
                    [
                        "and"
                    ]
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "TypingAllOnce"
};
			
			
