// JavaScript Document


var data = {
    "title": "<b>Adjectives</b>",
    "rubric": "<b>Drag and drop the most suitable adjective onto the blank.</b>",
    "optionArr": [
        [
            "intelligent",
            "clever",
            "colourful",
            "cold",
            "exciting",
            "tasty"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. Tina is a/an _______________ girl.",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "2. The fruits&nbsp;are very _______________ .",
                "ans": [
                    "op5"
                ]
            },
            {
                "ques": "3. Look at the _______________ umbrellas.",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "4. Birbal was a/an _______________ minister.",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "5. The teacher told us a/an _______________ story.",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "6. The water in the pool is very _______________ .",
                "ans": [
                    "op3"
                ]
            }
        ]
    ],
    "intro": "g",
    "type": "DragDrop_All_in_One_sentenceWise"
};

