// JavaScript Document

var data = {
    "title": "",
    "rubric": "<b>Fill in the missing letters to name the fruit.</b>",
    "optBox": [
        []
    ],
    "QuestionArr": [
        "GRAPES",
        "STRAWBERRY",
        "PEAR",
        "MANGO",
        "ORANGE"
    ],
    "answerArr": [
        "GR__E_",
        "ST_AW_ER__",
        "P__R",
        "M__G_",
        "OR__G_"
    ],
    "type": "Fill in the letters__withoutImage",
    "intro": ""
};


