// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Drag and drop the different stages in the life cycle of a frog in the correct order.</b>",
    "optionArr": [
        [
            "Assets/images/Adult.png",
            "Assets/images/Eggs.png",
            "Assets/images/Tadpole.png",
            "Assets/images/TadpoleLegs.png",
            "Assets/images/YoungFrog.png"
        ]
    ],
    "imgSource": [
        "Assets/images/LifeCycle.png"
    ],
    "quesArr": [
        [
            {
                "ques": " __________ __________ __________ __________ __________  ",
                "ans": [
                    "op1",
                    "op2",
                    "op3",
                    "op4",
                    "op0"
                ]
            }
        ]
    ],
    "_extraTxt": [
        "Life cycle of a frog"
    ],
    "_posArr": [
        {
            "xx": 500,
            "yy": 125
        },
        {
            "xx": 500,
            "yy": 400
        },
        {
            "xx": 230,
            "yy": 470
        },
        {
            "xx": 10,
            "yy": 270
        },
        {
            "xx": 200,
            "yy": 10
        }
    ]
};

