// JavaScript Document


var data  = {
    "intro": "",
    "_rubric": "<b>Fill in the blanks.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. India has 28 ________ and 8 ________ .",
                "ans": [
                    [
                        "states"
                    ],
                    [
                        "union territories"
                    ]
                ]
            },
            {
                "ques": "2. A ______________ is the most important city of town of a state",
                "ans": [
                    [
                        "capital",
                        "Arabian Sea",
                        "Indian Ocean"
                    ]
                ]
            },
            {
                "ques": "3. __________ is the largest state in India.",
                "ans": [
                    [
                        "Rajasthan"
                    ]
                ]
            },
            {
                "ques": "4. The __________ government looks after the whole country.",
                "ans": [
                    [
                        "central"
                    ]
                ]
            },
            {
                "ques": "5. The capital of India is __________ .",
                "ans": [
                    [
                        "New Delhi"
                    ]
                ]
            }
        ]
    ]
};
			
			
