// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Drag and drop the correct answers to fill in the blanks.</b>",
    "optionArr": [
        [
            "arms",
            "right",
            "point",
            "regular",
            "points"
        ]
    ],
    "quesArr": [
        [
            {
                "ques": "1. &#x02002;A _________ shows an exact location.",
                "ans": [
                    "op2"
                ]
            },
            {
                "ques": "2. &#x02002;A line is a collection &nbspof _________ extending endlessly in both directions.",
                "ans": [
                    "op4"
                ]
            },
            {
                "ques": "3. &#x02002;The two rays are called the _________ of the angle.",
                "ans": [
                    "op0"
                ]
            },
            {
                "ques": "4. &#x02002;A straight &nbspangle is equal to two _________ angles.",
                "ans": [
                    "op1"
                ]
            },
            {
                "ques": "5. &#x02002;Polygons with &nbspsides of equal length are called _________ polygons.",
                "ans": [
                    "op3"
                ]
            }
        ]
    ]
};

