
// JavaScript Document

var data  = {
    "intro": "",
    "title": "<b>Hit or Miss</b>",
    "rubric": "<b>Click on the correct answer.</b>",
    "quesArr": [
        {
            "ques": "The large land masses are called <op>oceans</op>/<op>continents.</op>"
        },
        {
            "ques": "<op>Gerardus Mercator</op>/<op>Ferdinand Magellan</op> was the first to publish a collection of maps in the form of a book."
        },
        {
            "ques": "A <op>map</op>/<op>globe</op> is small and all the details of a place cannot be shown on it."
        },
        {
            "ques": "Maps which show information related to particular themes are called <op>thematic</op>/<op>physical maps</op>."
        },
        {
            "ques": "<op>Climatic maps</op>/<op>Political maps</op> provide general information about climate and rainfall."
        }
    ],
    "Aarr": [
        1,
        0,
        0,
        0,
        0
    ]
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>