// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "root",
            "stem"
        ],
        [
            "stem",
            "leaf"
        ],
        [
            "stem",
            "root"
        ],
        [
            "stalk",
            "leaf blade"
        ],
        [
            "flowers",
            "veins"
        ]
    ],
    "quesArr": [
        {
            "ques": "Carrot is the <input class='txtformat' id='txtF' readonly></input> of the plant."
        },
        {
            "ques": "Cabbage is the <input class='txtformat' id='txtF' readonly></input> of the plant."
        },
        {
            "ques": "Potato is the <input class='txtformat' id='txtF' readonly></input> of the plant."
        },
        {
            "ques": "Most leaves have a flat and broad surface <br/>called the <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> carry water to the leaf."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [200, 150, 150, 200, 150];

//<input class='txtformat' id='txtF' readonly></input>