// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Fill in the blank with the correct word.</b>",
    "optionArr": [
        [
            "weak",
            "strong"
        ],
        [
            "Grapevine",
            "Lotus"
        ],
        [
            "flower",
            "seed"
        ],
        [
            "seeds",
            "roots"
        ],
        [
            "thorns",
            "fruits"
        ]
    ],
    "quesArr": [
        {
            "ques": "Coconut and mango trees are tall and <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> plant needs support to grow straight."
        },
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> grows into a plant."
        },
        {
            "ques": "Most fruits have <input class='txtformat' id='txtF' readonly></input> inside them."
        },
        {
            "ques": "A cactus have  <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        1,
        0,
        1,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [200, 250, 200, 200, 120];

//<input class='txtformat' id='txtF' readonly></input>