// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Click on &#x00027;T&#x00027; for true or &#x00027;F&#x00027; for false.</b>",
    "optionArr": [
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ],
        [
            "T",
            "F"
        ]
    ],
    "quesArr": [
        {
            "ques": "If the CP = &#x20B9 500 and SP = &#x20B9 1000 then the profit = &#x20B9 500."
        },
        {
            "ques": "If the SP = &#x20B9 900 and profit = &#x20B9 800 then the CP = &#x20B9 1700."
        },
        {
            "ques": "If the CP = &#x20B9 800, SP = &#x20B9 1200, and profit = &#x20B9 400 then the profit percentage = 50&#x0025;."
        },
        {
            "ques": "If the CP = &#x20B9 1600, profit percentage = 50&#x0025; then SP = &#x20B9 2000."
        },
        {
            "ques": "An article is sold at a loss of &#x20B9 300. If the SP is &#x20B9 2500 then the CP is &#x20B9 2200."
        }
    ],
    "Aarr": [
        0,
        1,
        0,
        1,
        1
    ],
    "type": "odd_one_out",
    "intro": "a"
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>