// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct option.</b>",
    "optionArr": [
        [
            "muscular force",
            "buoyant force"
        ],
        [
            "muscular force",
            "gravitational force"
        ],
        [
            "buoyant force",
            "mechanical force"
        ],
        [
            "mechanical energy",
            "solar energy"
        ],
        [
            "electrical energy",
            "chemical energy"
        ]
    ],
    "quesArr": [
        {
            "ques": "The upward push of water on a floating object is<br/>called <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Every object on the Earth attracts another object with a force known as  <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "A contact force that acts between two bodies is <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Energy attained by the bodies on which work is being done is <input class='txtformat' id='txtF' readonly></input>."
        },
        {
            "ques": "Energy that is produced when different substances react with each other is <input class='txtformat' id='txtF' readonly></input>."
        }
    ],
    "Aarr": [
        1,
        1,
        1,
        0,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 300, 300, 300, 300];

//<input class='txtformat' id='txtF' readonly></input>