// JavaScript Document


var data  = {
    "intro": "",
    "title": "<b>MCQs</b>",
    "rubric": "<b>Click on 'T' for true or 'F' for false.</b>",
    "optionArr": [
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ]
    ],
    "quesArr": [
        {
            "ques": "The root of the plant absorbs water and minerals for the leaves from the soil."
        },
        {
            "ques": "All plants have chlorophyll."
        },
        {
            "ques": "On the underside of a leaf are tiny pores called stomata."
        },
        {
            "ques": "Starch is a form of sugar used by plants as their food."
        },
        {
            "ques": "Mushrooms make their own food."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        0,
        1
    ],
    "type": "odd_one_out"
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>