var quizData = [
    {
        ques: "What company is the largest retailer in the world (in net sales)?",
        ans: "Wal-Mart",
        ansSel: ["Carrefour", "Tesco", "BP"]
    },
    {
        ques: "In which country the foreign retailers had been prohibited until recently?",
        ans: "India",
        ansSel: ["China", "Egypt", "Iraq"]
    },
    {
        ques: "In which country Wal-Mart's international expansion failed and the company had to close its operations?",
        ans: "Germany",
        ansSel: ["Russia", "United Kingdom", "Mexico"]
    },
    {
        ques: "Which year did Carrefour enter the Russian market?",
        ans: "2009",
        ansSel: ["2004", "2007", "Still haven't entered"]
    },
    {
        ques: "Which retail format has the largest market share in US, France and UK?",
        ans: "Hypermarkets",
        ansSel: ["Cash &amp; Carry", "Hard Discounters", "Convenience stores"]
    },
    {
        ques: "Which retailer is present in the largest number of countries?",
        ans: "Carrefour",
        ansSel: ["Metro", "Safeway", "Aldi"]
    },
    {
        ques: "When was the Tesco chain founded by Sir Jack Cohen?",
        ans: "1910-1920",
        ansSel: ["1930-1940", "1960-1970", "1990-2000"]
    },
    {
        ques: "What is the name of the founder of the Auchan chain?",
        ans: "Gerard Mulliez",
        ansSel: ["Sam Walton", "Dennis Defforey", "Theo Albrecht"]
    },
    {
        ques: "Please, select the retailer with the largest share of Private Label?",
        ans: "Tesco",
        ansSel: ["Wal-Mart", "Carrefour", "Auchan"]
    },
    {
        ques: "Please, select the retailer which does NOT develop the Cash & Carry format?",
        ans: "Tesco",
        ansSel: ["Wal-Mart", "Metro", "Costco"]
    },
    {
        ques: "Please, select the retailer which does NOT develop the Hard Discounter format?",
        ans: "X5 Retail (Russia)",
        ansSel: ["Carrefour", "Lidl", "Rewe Group"]
    },
    {
        ques: "Who is the largest foreign retailer in China (sales in 2008, grocery retail only)?",
        ans: "Auchan",
        ansSel: ["Carrefour", "Tesco", "Wal-Mart "]
    },
    {
        ques: "Which retailer has the lowest level of sales per square meter (of trade area)?",
        ans: "Wal-Mart",
        ansSel: ["Aldi", "Tesco", "X5 Retail (Russia)"]
    },
    {
        ques: "In which Emerging Market Tesco has the largest sales revenue (in 2008)?",
        ans: "Thailand",
        ansSel: ["Argentina", "China", "Hungary"]
    },
    {
        ques: "Which retailer has the largest share in the German grocery market?",
        ans: "Edeka",
        ansSel: ["Rewe", "Metro", "Aldi"]
    }
];

var quizProblemsTotal = 15;

var quizOptions = {
    review: false,
    title: "Retailer quiz",
    allQuizType: "multiList",
    disableDelete: true
};

