// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "spinning",
            "weaving"
        ],
        [
            "Cotton",
            "Wool"
        ],
        [
            "Silk",
            "Nylon"
        ],
        [
            "Silkworms",
            "Sheep"
        ],
        [
            "loom",
            "yarn"
        ]
    ],
    "quesArr": [
        {
            "ques": "The process of making thread from cotton is called <input class='txtformat' id='txtF' readonly></input> ."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is used to knit sweaters."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> is used to make scarves and sarees."
        },
        {
            "ques": "<input class='txtformat' id='txtF' readonly></input> give us wool."
        },
        {
            "ques": "Cotton thread is made into cloth on a <input class='txtformat' id='txtF' readonly></input> ."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        0
    ],
    "intro": "",
    "type": "Odd one out"
};
			
			
var blankSize = [200, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>