// JavaScript Document

var data = {
    "title": "<b></b>",
    "rubric": "<b>Fill in the missing letters to complete the name of the religious book.</b>",
    "optBox": [
        ""
    ],
    "QuestionArr": [
        "bible",
        "quran",
        "guru granth sahib",
        "bhagwad gita"
    ],
    "answerArr": [
        "b___e",
        "q_r__",
        "g___ g___t_ s___b",
        "b____a_ g_t_"
    ],
    "intro": ""
};


