
// JavaScript Document

var data = {
    "title": "<b>Subject</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "quesArr": [
        {
            "ques": "<op>Deserts</op> / <op>Mountains</op> are dry lands."
        },
        {
            "ques": "Saudi Arabia is in <op>Africa</op> / <op>Asia</op>."
        },
        {
            "ques": "Saudi Arabia has an extremely <op>hot</op> / <op>cold</op> climate."
        },
        {
            "ques": "The <op>camel</op> / <op>snake</op> is the most useful animal in the desert."
        },
        {
            "ques": "Saudi Arabia is one of the largest producers of <op>coal</op> / <op>petroleum</op> in the world."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "intro": "",
    "type": "ClickableWords"
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>