// JavaScript Document

var data = {
    "title": "<b>Hit or Miss</b>",
    "rubric": "<b>Unscramble the letters to name the feature of the western desert.</b>",
    "optBox": [
        "RAHT SETRDE",
        "DRIAIN HGNIDA LNAAC",
        "TASANAK",
        "MOOGARH",
        "KPIN YTCI"
    ],
    "QuestionArr": [
        "thar desert",
        "indira gandhi canal",
        "taankas",
        "ghoomar",
        "pink city"
    ],
    "answerArr": [
        "____ ______",
        "______ ______ _____",
        "_______",
        "_______",
        "____ ____"
    ],
    "type": "Fill in the letters__withoutImage",
    "intro": ""
};
