// JavaScript Document

var data = {
    "title": "<b></b>",
    "rubric": "<b>Fill in the missing letters to complete the word.</b>",
    "optBox": [
        "The Bhakhra-Nangal Dam is built on the <span style='margin-left:342px; margin-top:44px; display:block;'> river.</span>",
        "The Sardar Sarovar Dam is built on the <span style='margin-left:392px; margin-top:44px; display:block;'> river.</span>",
        "The Mettur Dam is built on the <span style='margin-left:342px; margin-top:44px; display:block;'> river.</span>",
        "The Tehri Dam is built on the <span style='margin-left:552px; margin-top:44px; display:block;'> river.</span>",
        "The Hirakud Dam is built on the <span style='margin-left:448px; margin-top:44px; display:block;'> river.</span>"
    ],
    "QuestionArr": [
        "satluj",
        "narmada",
        "kaveri",
        "bhagirathi",
        "mahanadi"
    ],
    "answerArr": [
        "_a__u_",
        "_a_m_da",
        "__v_ri",
        "b_a__ra_h_",
        "ma__n_d_"
    ],
    "type": "Fill in the letters__withoutImage",
    "intro": ""
};