// JavaScript Document


var data  = {
    "intro": "",
    "_rubric": "<b>Type 'T' for True or 'F' for False.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        []
    ],
    "_quesArr": [
        [
            {
                "ques": "1. Games and sports are some popular means of recreation. ____________",
                "ans": [
                    [
                        "T"
                    ]
                ]
            },
            {
                "ques": "2. Ludo is an outdoor game. ___________",
                "ans": [
                    [
                        "F"
                    ]
                ]
            },
            {
                "ques": "3. Outdoor games keep us fit and active. _____________",
                "ans": [
                    [
                        "T"
                    ]
                ]
            },
            {
                "ques": "4. Stapu is also called <i>gilli-danda</i>. ___________",
                "ans": [
                    [
                        "F"
                    ]
                ]
            },
            {
                "ques": "5. Ravichandran Ashwin is a renowned cricketer. _____________",
                "ans": [
                    [
                        "T"
                    ]
                ]
            }
        ]
    ]
};
			
			
