
// JavaScript Document

var data = {
    "title": "<b></b>",
    "rubric": "<b>Choose the correct option.</b>",
    "quesArr": [
        {
            "ques": "<op>Weather</op> / <op>Climate</op> is the condition of air temperature, air pressure, wind, humidity and rainfall in the atmosphere at a given place and time."
        },
        {
            "ques": "Places near the coast experience <op>moderate</op> / <op>extreme type of climate</op>."
        },
        {
            "ques": "Delhi is hot during summer due to the dry and hot winds that blow from <op>Gujarat</op> / <op>Rajasthan</op>."
        },
        {
            "ques": "We can divide the Earth into <op>three</op> / <op>seven</op> heat zones."
        },
        {
            "ques": "The Frigid Zones remain very <op>hot</op> / <op>cold</op> throughout the year."
        }
    ],
    "Aarr": [
        0,
        0,
        1,
        0,
        1
    ],
    "intro": ""
};
			
//====================================================================

//<input class='txtformat' id='txtF' readonly></input>