// JavaScript Document


var data = {
    "title": "<b>Adjectives</b>",
    "rubric": "<b>Drag and drop the adjectives to the correct blanks.</b>",
    "optionArr": [
        [
            "delicious",
            "beautiful",
            "homeless",
            "brave",
            "melodious"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. The _____________ song kept us enchanted.",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "2. They served us some _____________ food.",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "3. The _____________ princess and the frog prince lived happily.",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "4. The ____________ man was taken to a shelter.",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "5. The ____________ boy rescued the child from the fire.",
                "ans": [
                    "op3"
                ]
            }
        ]
    ],
    "type": "DragDrop_All_in_One_sentenceWise",
    "scalable": "",
    "intro": "g"
};
