// JavaScript Document

var data = {
    "title": "<b></b>",
    "rubric": "<b>Fill in the missing letters to type the name of the crop.</b>",
    "optBox": [
        ""
    ],
    "QuestionArr": [
        "wheat",
        "millets",
        "pulses",
        "jute",
        "cotton"
    ],
    "answerArr": [
        "_he__",
        "m_l___s",
        "p__s_s",
        "j_t_",
        "__tt_n"
    ],
    "intro": ""
};


