// JavaScript Document

var data = {
    "title": "<b>Colours of the rainbow</b>",
    "rubric": "<b>Unscramble the letters to name the type of transport.</b>",
    "optBox": [
        "AORUCKTSHIAW",
        "SOTCOY",
        "MRTEO",
        "HIOECLTPER",
        "YIBCCEL"
    ],
    "QuestionArr": [
        "autorickshaw",
        "scooty",
        "metro",
        "helicopter",
        "bicycle"
    ],
    "answerArr": [
        "____________",
        "______",
        "_____",
        "__________",
        "_______"
    ],
    "type": "Fill in the letters",
    "intro": "a"
};


