// JavaScript Document


var data = {
    "_rubric": "<b>Look at the given bar graph and type the correct answer.</b>",
    "_title": "<b>Complements</b>",
    "_optionArr": [
        [
            "<img src='Assets/images/image1.png'>"
        ],
        [
            "<img src='Assets/images/image1.png'>"
        ],
        [
            "<img src='Assets/images/image1.png'>"
        ],
        [
            "<img src='Assets/images/image1.png'>"
        ],
        [
            "<img src='Assets/images/image1.png'>"
        ],
        [
            "<img src='Assets/images/image2.png'>"
        ],
        [
            "<img src='Assets/images/image2.png'>"
        ],
        [
            "<img src='Assets/images/image2.png'>"
        ],
        [
            "<img src='Assets/images/image2.png'>"
        ],
        [
            "<img src='Assets/images/image2.png'>"
        ]
    ],
    "_quesArr": [
        [
            {
                "ques": "How many ducks were sold? ______",
                "ans": [
                    [
                        "3"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "How many more drums than ducks were sold? ______",
                "ans": [
                    [
                        "6"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Which toy sold the most? ______",
                "ans": [
                    [
                        "Drum"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "How many cars and elephants were sold in all? ______",
                "ans": [
                    [
                        "12"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Which toy did the shop sell more, elephant or duck? ______",
                "ans": [
                    [
                        "Elephant"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Which is the second most popular subject? __________",
                "ans": [
                    [
                        "English"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Among Maths and Science, which subject is less popular? __________",
                "ans": [
                    [
                        "Science"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Which is the favourite subject of 35 students? __________",
                "ans": [
                    [
                        "English"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Which subjects have the same number of votes? __________ , __________",
                "ans": [
                    [
                        "Social Studies",
                        "Science"
                    ],
                    [
                        "Science",
                        "Social Studies"
                    ]
                ]
            }
        ],
        [
            {
                "ques": "Which subject is liked by the most number of students? _________",
                "ans": [
                    [
                        "Maths"
                    ]
                ]
            }
        ]
    ]
};
			