// JavaScript Document

var data = {
    "title": "<b>Name the flowers</b>",
    "rubric": "<b>Complete the name of the flower.</b>",
    "optBox": [
        {
            "img": "Assets/images/pic_1.png",
            "txt": ""
        },
        {
            "img": "Assets/images/pic_2.png",
            "txt": ""
        },
        {
            "img": "Assets/images/pic_3.png",
            "txt": ""
        },
        {
            "img": "Assets/images/pic_4.png",
            "txt": ""
        },
        {
            "img": "Assets/images/pic_5.png",
            "txt": ""
        },
        {
            "img": "Assets/images/pic_6.png",
            "txt": ""
        }
    ],
    "QuestionArr": [
        "SUNFLOWER",
        "POPPY",
        "LOTUS",
        "MARIGOLD",
        "ROSE"
    ],
    "answerArr": [
        "S__F___E_",
        "P_P_Y",
        "L_T__",
        "M_R____D",
        "R__E"
    ],
    "type": "Fill in the letters__withoutImage",
    "intro": "v"
};


