// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Drag and drop the correct options from the box.</b>",
    "optionArr": [
        [
            "Terrace",
            "Meghalaya",
            "Mount Godwin Austen (K2)",
            "The Himalayas",
            "Kanchenjunga",
            "Arunachal Pradesh"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. _____________________________ remain covered with snow throughout the year.",
                "ans": [
                    "op3"
                ]
            },
            {
                "ques": "2. _____________________________ is a very high peak in the Himalayan range.",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "3. _____________________________ is the second-highest peak in the world.",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "4. _____________________________ farming is popular in the hills.",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "5. Tawang in _____________________________ has the largest monastery in India.",
                "ans": [
                    "op5"
                ]
            },
            {
                "ques": "6. The Strawberry Festival of _____________________________ is a big tourist attraction.",
                "ans": [
                    "op1"
                ]
            }
        ]
    ]
};

