// JavaScript Document


var data = {
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. The United Nations helps maintain peace in the world. ______ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "2. The United Nations Day is observed on 24 January every year. ______ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "3. There are nine main organs of the United Nations. ______ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "4. The Secretary-General is the head of the Secretariat. ______ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "5. The UN has agencies that help it in carrying out its functions. ______ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            }
        ]
    ],
    "intro": ""
};
			
			