const quizData = [
    {
      question: "Who is the main character of Part 4?",
      options: ["Johnny", "Josuke", "Jotaro", "Berlin"],
      answer: "Josuke"
    },
    {
      question: "What is the name of Muhammod Avdols stand?",
      options: ["Magician's red", "Hermit purple", "All I want for Christmas is you", "Star Platinum"],
      answer: "Magician's red"
    },
     {
      question: "Who is the main villian of part 3?",
      options: ["Donald J. Trump", "The Oingo Boingo Brothers", "DIO"],
      answer: "DIO"
    },
         {
      question: "Where is part 5 Set?",
      options: ["Japan", "France", "Italy"],
      answer: "Italy"
    },
            {
      question: "What was the name of Jonathan Joestar's dog?",
      options: ["Danny", "Bingo", "Speedwagon"],
      answer: "Danny"
    },
                {
      question: "What part 5 crew member randomly leaves the group?",
      options: ["Bruno", "Fugo", "Mista"],
      answer: "Fugo"
    },
                    {
      question: "How many plane crashes has Joseph Joestar been in?",
      options: ["0", "3", "4", "7", "2"],
      answer: "4"
    },
                    {
      question: "What is the naming convention for the stands in part 3?",
      options: ["Tarot cards and Egyptian gods", "Bands, songs and albums", "There is no naming convention"],
      answer: "Tarot cards and Egyptian gods"
    },
                       {
      question: "Which of these isnt a part 6 character?",
      options: ["Geronimo Joestar", "Jolyne Joestar", "Foo Fighters"],
      answer: "Geronimo Joestar"
    },
                           {
      question: "Which of these isnt a thing that happens in part 4?",
      options: ["Josuke has to fight an evil fly that rips peoples toungues out", "Josuke meets a shapeshifting alien and convinces him to scam Rohan out of his money", "Josuke and Okuyasu go to a Italian restraunt together"],
      answer: "Josuke has to fight an evil fly that rips peoples toungues out"
    },
                           {
      question: "How many parts are there?",
      options: ["67", "8", "9"],
      answer: "9"
    },
                               {
      question: "How many days do the Stradust Crusaders have to go from Japan to Egypt and kill DIO?",
      options: ["30", "50", "25"],
      answer: "50"
    },
                              {
      question: "How old is Giorno?",
      options: ["38", "14", "15"],
      answer: "15"
    },
                                  {
      question: "Where is Polnareff from?",
      options: ["Morioh", "France", "The Sea"],
      answer: "France"
    },
                                      {
      question: "Who created JJBA?",
      options: ["Hirohiko Araki", "Eiichiro Oda", "Me"],
      answer: "Hirohiko Araki"
    },
                                          {
      question: "Who is the most powerful pillarman?",
      options: ["Kars", "Esidisi", "Wamuu", "Santana"],
      answer: "Kars"
    },
                                              {
      question: "Who is the villian of part 6?",
      options: ["Father Pucci", "Foo Fighters", "Jotaro Kujo", "My dad, Joe"],
      answer: "Father Pucci"
    },
  ];