// JavaScript Document

var data = {
    "title": "<b></b>",
    "rubric": "<b>Rearrange the letters to name the type of house.</b>",
    "optBox": [
        "CRAVAAN",
        "BNGUOLWA",
        "ILOGO",
        "FTLAS",
        "TNET"
    ],
    "QuestionArr": [
        "caravan",
        "bungalow",
        "igloo",
        "flats",
        "tent"
    ],
    "answerArr": [
        "_______",
        "________",
        "_____",
        "_____",
        "____"
    ],
    "intro": ""
};
