// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "mintballs",
            "mothballs"
        ],
        [
            "porous",
            "non-porous"
        ],
        [
            "fur",
            "jute"
        ],
        [
            "absorb",
            "reflect"
        ],
        [
            "ironed",
            "disinfected"
        ]
    ],
    "quesArr": [
        {
            "ques": "We can keep <input class='txtformat' id='txtF' readonly></input> between the folds of woollen clothes to keep insects away."
        },
        {
            "ques": "Synthetic fabrics are <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "We get fibres such as wool, silk and <input class='txtformat' id='txtF' readonly></input> from animals."
        },
        {
            "ques": "Light-coloured clothes suit the hot weather because they <input class='txtformat' id='txtF' readonly></input> the heat."
        },
        {
            "ques": "A patient's clothes must be <input class='txtformat' id='txtF' readonly></input> with an <br/>antiseptic solution."
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [200, 200, 100, 150, 200];

//<input class='txtformat' id='txtF' readonly></input>