// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click and choose the correct answer.</b>",
    "optionArr": [
        [
            "206",
            "307"
        ],
        [
            "stomach",
            "skin"
        ],
        [
            "head",
            "kidney"
        ],
        [
            "brain",
            "heart"
        ],
        [
            "stomach",
            "heart"
        ]
    ],
    "quesArr": [
        {
            "ques": "Our body is made up of <input class='txtformat' id='txtF' readonly></input> bones."
        },
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> covers the bones and muscles in our body."
        },
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> protects the brain."
        },
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> pumps blood to all the parts of the body."
        },
        {
            "ques": "The <input class='txtformat' id='txtF' readonly></input> looks like a bag."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        0
    ],
    "type": "odd_one_out",
    "intro": ""
};
			
			
var blankSize = [200, 200, 200, 200, 200];

//<input class='txtformat' id='txtF' readonly></input>