// JavaScript Document

var data = {
    "intro": "",
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        "",
        "",
        "",
        "",
        ""
    ],
    "_quesArr": [
        [
            {
                "ques": "1.  Dr B R Ambedkar was the architect of the Constitution of India. ______",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "2.  The Constitution of India does not give basic rights to every citizen. ______",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "3.  Justice means that all people should be treated fairly and honestly. ______",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "4.  The Constitution of India allows children below the age of fourteen years to be employed. ______",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "5.  We must show respect to our national anthem. ______",
                "ans": [
                    [
                        "True"
                    ]
                ]
            }
        ]
    ]
};
			
			
