// JavaScript Document

var data = {
    "title": "<b></b>",
    "rubric": "<b>Fill in the missing letters to complete the name of the sailor/explorer.</b>",
    "optBox": [
        ""
    ],
    "QuestionArr": [
        "prince henry",
        "bartholomew diaz",
        "christopher columbus",
        "vasco da gama",
        "ferdinand magellan"
    ],
    "answerArr": [
        "_r_nc_ _en_y",
        "b__th_l_m_w d_a_",
        "c_r__t_ph__ c_lu__us",
        "v__c_ d_ _am_",
        "f_r_i__nd __ge__an"
    ],
    "intro": ""
};


