// JavaScript Document


var data  = {
    "intro": "",
    "_rubric": "<b>Fill in the blank.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "Trees, such as _____________ , spruce and maple are found in the mountain areas.",
                "ans": [
                    [
                        "pine"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Coastal plains gave plants, such as lupine and __________________ .",
                "ans": [
                    [
                        "horsetail"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Desert areas have vegetation that is __________________________ .",
                "ans": [
                    [
                        "drought-resistant"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "India has a total of _____________________ species of birds. ",
                "ans": [
                    [
                        "2,000"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Animals, such as blackbuck, desert fox and _________________________ , are found in the Thar desert.",
                "ans": [
                    [
                        "Indian Gazelle"
                    ]
                ]
            }
        ]
    ]
};
			
			
