// JavaScript Document


var data = {
    "title": "<b>Dummy Title</b>",
    "rubric": "<b>Rohan is helping his father to count the number of balls in his shop. He draws a picture of each type of ball he has counted.</b>",
    "optionArr": [
        [
            "15",
            "17",
            "19",
            "21"
        ],
        [
            "Orange",
            "Red",
            "Yellow",
            "Green"
        ],
        [
            "Orange",
            "Red",
            "Yellow",
            "Green"
        ],
        [
            "10",
            "11",
            "12",
            "15"
        ],
        [
            "1",
            "2",
            "3",
            "4"
        ]
    ],
    "quesArr": [
        {
            "ques": "What is the total number of balls in the shop?"
        },
        {
            "ques": "What is the colour of the most number of balls?"
        },
        {
            "ques": "What is the colour of the least number of balls?"
        },
        {
            "ques": "How many red balls and green balls are there altogether?"
        },
        {
            "ques": "How many more yellow balls are there than the orange balls?"
        }
    ],
    "Aarr": [
        3,
        2,
        0,
        1,
        3
    ]
};
			
			
//var blankSize = [0, 170, 0, 0, 0];