// JavaScript Document

var data = {
    "title": "<b>Hit or Miss</b>",
    "rubric": "<b>Unscramble the letters to name the source of water.</b>",
    "optBox": [
        "ONDGUR WTAER",
        "UBWELLTE",
        "NAKT",
        "PIKLRNSRE",
        "VIRRSEOER"
    ],
    "QuestionArr": [
        "ground water",
        "tubewell",
        "tank",
        "sprinkler",
        "reservoir"
    ],
    "answerArr": [
        "______ _____",
        "________",
        "____",
        "_________",
        "_________"
    ],
    "type": "Fill in the letters__withoutImage",
    "intro": ""
};


