// JavaScript Document


var data = {
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. There are seven Union territories in India. _______",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "2. The law-making body is known as the Parliament. _______",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "3. There can be a maximum of 150 members in the <br>Rajya Sabha. _______",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "4. MLAs are elected by people who are more than 15 years<br> of age. _______",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "5. The Supreme Court in New Delhi is the highest judicial body in our<br> country.  _______",
                "ans": [
                    [
                        "True"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
			
			
