// JavaScript Document


var data = {
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [],
        [],
        [],
        [],
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. Christmas is the birthday of Jesus Christ. ________",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "2. Holi is the festival of lights. _______ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "3. We celebrate Republic Day on 2 October.  ______________ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "4. India became independent on 26 January.  ________ ",
                "ans": [
                    [
                        "False"
                    ]
                ]
            },
            {
                "ques": "5. Ram Lila is performed during Dussehra.  ______ ",
                "ans": [
                    [
                        "True"
                    ]
                ]
            }
        ]
    ],
    "intro": "",
    "type": "TypingAllOnce"
};
			
			
