// JavaScript Document

var data = {
    "title": "<b>Guess the word</b>",
    "rubric": "<b>Look at the code given below. Use it to decode the message.</b>",
    "optBox": [
        [
            "Assets/images/image1.jpg"
        ],
        [
            "Assets/images/image1.jpg"
        ],
        [
            "Assets/images/image1.jpg"
        ],
        [
            "Assets/images/image1.jpg"
        ],
        [
            "Assets/images/image1.jpg"
        ]
    ],
    "QuestionArr": [
        "PATTERNS",
        "CIRCLE",
        "FRACTIONS",
        "DECIMALS",
        "ADDITION"
    ],
    "CaptionArr": [
        "16*1*20*20*5*18*14*19",
        "3*9*18*3*12*5",
        "6*18*1*3*20*9*15*14*19",
        "4*5*3*9* 13*1*12*19",
        "1*4*4*9*20*9*15*14"
    ],
    "answerArr": [
        "________",
        "______",
        "_________",
        "________",
        "________"
    ],
    "type": "Fill in the letters__withoutImage",
    "intro": ""
};


