// JavaScript Document


var data  = {
    "intro": "",
    "_rubric": "<b>Type true or false.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. Chandigarh is a state. ______________________",
                "ans": [
                    [
                        "false"
                    ]
                ]
            },
            {
                "ques": "2. Thiruvananthapuram is the capital of Kerala. _______________",
                "ans": [
                    [
                        "true"
                    ]
                ]
            },
            {
                "ques": "3. Dolphin's Nose is a popular tourist attraction in Lucknow. _____________",
                "ans": [
                    [
                        "false"
                    ]
                ]
            },
            {
                "ques": "4. Patna is the capital of Bihar. ________________",
                "ans": [
                    [
                        "true"
                    ]
                ]
            },
            {
                "ques": "5. Jaipur is also known as the `Blue City.' ___________________",
                "ans": [
                    [
                        "false"
                    ]
                ]
            }
        ]
    ]
};
			
			
