// JavaScript Document


var data = {
    "_rubric": "<b>Type one word for each of the following.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. The lowland areas between two hills.  ________",
                "ans": [
                    [
                        "valley"
                    ]
                ]
            },
            {
                "ques": "2. A vast expanse of water. ________",
                "ans": [
                    [
                        "ocean"
                    ]
                ]
            },
            {
                "ques": "3. A hill with a flat top. ________",
                "ans": [
                    [
                        "plateau"
                    ]
                ]
            },
            {
                "ques": "4. A flat piece of land. ________",
                "ans": [
                    [
                        "plain"
                    ]
                ]
            },
            {
                "ques": "5. A piece of land surrounded by water on all sides. ________",
                "ans": [
                    [
                        "island"
                    ]
                ]
            }
        ]
    ],
    "type": "Typing All Once",
    "intro": "a"
};
			
			
