// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Drag and drop the correct option to fill in the blanks.</b>",
    "optionArr": [
        [
            "diamond",
            "fossil",
            "gneiss",
            "granite",
            "petrol"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. I am a precious stone used to make jewellery. ___________ ",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "2. I am made when magma cools down below the surface of the Earth and &#x00A0;&#x00A0;&#x00A0;&#x00A0;forms rocks. ___________ ",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "3. I am a metamorphic rock formed from granite. ___________ ",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "4. I am refined from petroleum. I am used as a fuel in vehicles. ___________ ",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "5. I got buried in sediment thousands of years ago. I am made from &#x00A0;&#x00A0;&#x00A0;&#x00A0;preserved remains of dead plants and animals. ___________ ",
                "ans": [
                    "op1"
                ]
            }
        ]
    ],
    "type": "DragDrop_All_in_One_sentenceWise",
    "intro": "a"
};

