// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Drag and drop the different phases of the Moon in the correct place.</b>",
    "optionArr": [
        [
            "Assets/images/img1.png",
            "Assets/images/img2.png",
            "Assets/images/img3.png",
            "Assets/images/img4.png",
            "Assets/images/img5.png",
            "Assets/images/img6.png",
            "Assets/images/img7.png"
        ]
    ],
    "imgSource": [
        "Assets/images/PhaseCycle.png"
    ],
    "quesArr": [
        [
            {
                "ques": " __________ __________ __________ __________ __________ __________ __________ ",
                "ans": [
                    "op6",
                    "op5",
                    "op4",
                    "op3",
                    "op2",
                    "op1",
                    "op0"
                ]
            }
        ]
    ],
    "_extraTxt": [
        "Life cycle of a frog"
    ],
    "_posArr": [
        {
            "xx": 369,
            "yy": 139
        },
        {
            "xx": 418,
            "yy": 256
        },
        {
            "xx": 369,
            "yy": 371
        },
        {
            "xx": 254,
            "yy": 419
        },
        {
            "xx": 137,
            "yy": 369
        },
        {
            "xx": 89,
            "yy": 254
        },
        {
            "xx": 136,
            "yy": 140
        }
    ]
};

