// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Drag and drop the parts of the plant.</b>",
    "optionArr": [
        [
            "Assets/images/4.png",
            "Assets/images/1.png",
            "Assets/images/3.png",
            "Assets/images/2.png",
            "Assets/images/5.png"
        ],
        [
            "Assets/images/4.png",
            "Assets/images/1.png",
            "Assets/images/3.png",
            "Assets/images/2.png",
            "Assets/images/5.png"
        ],
        [
            "Assets/images/4.png",
            "Assets/images/1.png",
            "Assets/images/3.png",
            "Assets/images/2.png",
            "Assets/images/5.png"
        ],
        [
            "Assets/images/4.png",
            "Assets/images/1.png",
            "Assets/images/3.png",
            "Assets/images/2.png",
            "Assets/images/5.png"
        ],
        [
            "Assets/images/4.png",
            "Assets/images/1.png",
            "Assets/images/3.png",
            "Assets/images/2.png",
            "Assets/images/5.png"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": " ________ This fixes the plant in the soil.",
                "ans": [
                    "op1"
                ]
            }
        ],
        [
            {
                "ques": " ________ This is also known as the kitchen of a plant.",
                "ans": [
                    "op3"
                ]
            }
        ],
        [
            {
                "ques": " ________ This is the most beautiful and colourful part of a plant.",
                "ans": [
                    "op2"
                ]
            }
        ],
        [
            {
                "ques": " ________ This has seeds inside it.",
                "ans": [
                    "op0"
                ]
            }
        ],
        [
            {
                "ques": " ________ This is the trunk of a plant.",
                "ans": [
                    "op4"
                ]
            }
        ]
    ],
    "_posArr": [
        [
            {
                "xx": 10,
                "yy": 10
            }
        ],
        [
            {
                "xx": 10,
                "yy": 10
            }
        ],
        [
            {
                "xx": 10,
                "yy": 10
            }
        ],
        [
            {
                "xx": 10,
                "yy": 10
            }
        ],
        [
            {
                "xx": 10,
                "yy": 10
            }
        ]
    ]
};

