// JavaScript Document


var data = {
    "_rubric": "<b>Look at the pictograph and answer the question.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            "<img src='Assets/images/Image1.png' style='margin-left: 170px;'>"
        ],
        [
            "<img src='Assets/images/Image1.png' style='margin-left: 170px;'>"
        ],
        [
            "<img src='Assets/images/Image1.png' style='margin-left: 170px;'>"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "On which day of the week do the least number of students have their birthday? _____",
                "ans": [
                    [
                        "Thursday"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "On which day of the week do most number of students have their birthday? _____",
                "ans": [
                    [
                        "Saturday"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "How many more students have their birthday on Tuesday than Friday? _____",
                "ans": [
                    [
                        "3"
                    ]
                ]
            }
        ]
    ],
    "showVidArr": [
        "show_1",
        "show_2",
        "show_3"
    ]
};
			
			
