// JavaScript Document

var data = {
    "intro": "",
    "_rubric": "<b>Type True or False.</b>",
    "_title": "<b></b>",
    "_optionArr": [
        "",
        "",
        "",
        "",
        ""
    ],
    "_quesArr": [
        [
            {
                "ques": "1. The crops which are grown to be eaten are called food crops. ________",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "2. The cultivation of fruits, flowers and vegetables is called horticulture. ________",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "3. The waste of cows and buffaloes is known as pesticides. ________",
                "ans": [
                    [
                        "Flase"
                    ]
                ]
            },
            {
                "ques": "4. Mules and yaks are used to carry load in hilly areas. ________",
                "ans": [
                    [
                        "True"
                    ]
                ]
            },
            {
                "ques": "5. Catching fish from the sea is called inland fishing. ________",
                "ans": [
                    [
                        "False"
                    ]
                ]
            }
        ]
    ]
};
			
			
