// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "terrestrial plants",
            "aquatic plants",
            "insectivorous plants"
        ],
        [
            "pine trees",
            "mangroves",
            "palm trees"
        ],
        [
            "cactus",
            "lotus",
            "lily"
        ],
        [
            "duckweed",
            "Hydrilla",
            "water lily"
        ],
        [
            "keekars",
            "mangroves",
            "deodars"
        ]
    ],
    "quesArr": [
        {
            "ques": "Which of these plants grow on land?"
        },
        {
            "ques": "Which of these trees grow in marshy areas?"
        },
        {
            "ques": "Which of these plants grows in deserts?"
        },
        {
            "ques": "Which of these is called the floating plant?"
        },
        {
            "ques": "Which of these grow in hilly areas?"
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        2
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>