// JavaScript Document


var data = {
    "title": "<b></b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "strain",
            "sprain"
        ],
        [
            "sling",
            "splint"
        ],
        [
            "tourniquet",
            "blister"
        ],
        [
            "sprain",
            "fracture"
        ],
        [
            "baking soda",
            "salt"
        ]
    ],
    "quesArr": [
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> is caused when the tissues around a joint get torn."
        },
        {
            "ques": "A <input class='txtformat' id='txtF' readonly></input> is a piece of stiff material used to prevent the movement of a fractured limb."
        },
        {
            "ques": "The swollen area of skin that is filled with liquid is called a <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "A crack in a bone is called a <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "You can apply a paste of <input class='txtformat' id='txtF' readonly></input> and water on the burnt area to prevent infection."
        }
    ],
    "Aarr": [
        1,
        1,
        1,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [150, 150, 200, 150, 250];

//<input class='txtformat' id='txtF' readonly></input>