// JavaScript Document

var data = {
    "title": "<b>Hit or Miss</b>",
    "rubric": "<b>Fill in the missing letters to name the indoor game.</b>",
    "optBox": [
        ""
    ],
    "QuestionArr": [
        "CAROM",
        "CHESS",
        "LUDO",
        "PUZZLE",
        "SCRABBLE"
    ],
    "answerArr": [
        "C_R_M",
        "C_E_S",
        "L__O",
        "P_Z__E",
        "S_R_B_L_"
    ],
    "intro": ""
};


