// JavaScript Document


var data = {
    "title": "<b>Vocabulary Building</b>",
    "rubric": "<b>Drag and drop the words given in column B which mean the same as the words given in column A.</b>",
    "optionArr": [
        [
            "spoil",
            "cheerful",
            "tidy",
            "trash",
            "stop"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "happy ___________",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "prevent ___________",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "pollute ___________",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "rubbish ___________",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "neat ___________",
                "ans": [
                    "op2"
                ]
            }
        ]
    ],
    "type": "DragDrop_All_in_One_sentenceWise",
    "scalable": "",
    "intro": "v"
};

