const quizData = [ { question: "How often do you wake up feeling well-rested?", options: ["Every day", "Most days", "Some days", "Never"], correct: 0 // Index of correct answer (0-3) } ];