// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>A food factory exports bottles of jam. The bar graph shows the number of bottles exported each day. Use the information from the bar graph and click on the correct answer.</b>",
    "optionArr": [
        [
            "Wednesday",
            "Friday"
        ],
        [
            "2000",
            "2500"
        ],
        [
            "1000",
            "1500"
        ],
        [
            "3000",
            "4000"
        ],
        [
            "8000",
            "9000"
        ]
    ],
    "quesArr": [
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> On which day maximum number of bottles of jam were exported?"
        },
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> How many bottles of jam were sold on Monday and Tuesday altogether?"
        },
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> How many more bottles of jam were exported on Friday than Monday?"
        },
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> How many bottles of jam were exported on Wednesday and Thursday altogether?"
        },
        {
            "ques": "<img src='Assets/images/img1.jpg'><br/> How many bottles of jam did the food factory export each week?"
        }
    ],
    "Aarr": [
        1,
        1,
        0,
        0,
        0
    ],
    "intro": ""
};
			
			
var blankSize = [250, 200, 300, 100, 250];

//<input class='txtformat' id='txtF' readonly></input>