// JavaScript Document


var data = {
    "_rubric": "<b>Fill in the blanks with the correct words from the box.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            "cotton",
            "woollen",
            "windy",
            "Weather",
            "raincoat"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "1. A __________ day is mostly cool.",
                "ans": [
                    [
                        "windy"
                    ]
                ]
            },
            {
                "ques": "2. We wear __________ clothes in winter to stay warm.",
                "ans": [
                    [
                        "woollen"
                    ]
                ]
            },
            {
                "ques": "3. We wear a __________ when we go out in the rain.",
                "ans": [
                    [
                        "raincoat"
                    ]
                ]
            },
            {
                "ques": "4. We wear __________ clothes to stay cool in summer.",
                "ans": [
                    [
                        "cotton"
                    ]
                ]
            },
            {
                "ques": "5. _____________ changes from day to day.",
                "ans": [
                    [
                        "Weather"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
