// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Drag and drop the names of the food the birds eat under their pictures.</b>",
    "optionArr": [
        [
            "flesh of animals",
            "nectar from flowers",
            "nuts and hard fruits",
            "worms and plants",
            "grains and seeds"
        ]
    ],
    "imgSource": [
        "Assets/images/1.jpg"
    ],
    "quesArr": [
        [
            {
                "ques": " ___________ ",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": " ___________ ",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": " ___________ ",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": " ___________ ",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": " ___________ ",
                "ans": [
                    "op3"
                ]
            }
        ]
    ],
    "_posArr": [
        {
            "xx": 10,
            "yy": 134
        },
        {
            "xx": 515,
            "yy": 135
        },
        {
            "xx": 10,
            "yy": 345
        },
        {
            "xx": 512,
            "yy": 340
        },
        {
            "xx": 263,
            "yy": 245
        }
    ],
    "type": "DragDrop_All_in_One_sentenceWise",
    "intro": "a"
};

