// JavaScript Document

var data = {
    "title": "",
    "rubric": "<b>Unscramble the letters to name an animal.</b>",
    "optBox": [
        "ABONBO",
        "NEPEATLO",
        "KPOAI",
        "AYNEH",
        "EICPLAN"
    ],
    "QuestionArr": [
        "BABOON",
        "ANTELOPE",
        "OKAPI",
        "HYENA",
        "PELICAN"
    ],
    "answerArr": [
        "______",
        "________",
        "_____",
        "_____",
        "_______"
    ],
    "type": "Fill in the letters__withoutImage",
    "intro": ""
};


