// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Drag and drop different layers of the atmosphere according to the objects shown.</b>",
    "optionArr": [
        [
            "Troposphere",
            "Stratosphere",
            "Mesosphere",
            "Thermosphere",
            "Exosphere"
        ]
    ],
    "imgSource": [
        "Assets/images/image_1.png"
    ],
    "quesArr": [
        [
            {
                "ques": " ___________ ",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": " ___________ ",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": " ___________ ",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": " ___________ ",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": " ___________ ",
                "ans": [
                    "op0"
                ]
            }
        ]
    ],
    "_posArr": [
        {
            "xx": 5,
            "yy": 85
        },
        {
            "xx": 5,
            "yy": 140
        },
        {
            "xx": 5,
            "yy": 205
        },
        {
            "xx": 5,
            "yy": 280
        },
        {
            "xx": 5,
            "yy": 360
        }
    ],
    "type": "DragDrop_All_in_One_sentenceWise",
    "intro": "a"
};

