// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on &#x2018;T&#x2019; for true or &#x2018;F&#x2019; for false.</b>",
    "optionArr": [
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ]
    ],
    "quesArr": [
        {
            "ques": "When an object is divided into two equal parts, each part is one-fourth of the whole."
        },
        {
            "ques": "When an object is divided into four equal parts, each part is called one half of the whole object."
        },
        {
            "ques": "One-fourth is smaller than one half."
        },
        {
            "ques": "2 quarters and one half are the same."
        },
        {
            "ques": "3 out of 4 equal parts is called three-fourths or 3 quarters."
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        0,
        0
    ],
    "type": "odd_one_out",
    "intro": ""
};
			
			
var blankSize = [200, 200, 200, 250, 200];

//<input class='txtformat' id='txtF' readonly></input>