```javascript const quizData = [ { question: "Who built the ark?", answers: ["Moses", "Noah", "Abraham", "David"], correct: "Noah" }, { question: "How many books are in the Bible?", answers: ["66", "39", "27", "77"], correct: "66" }, { question: "Who betrayed Jesus?", answers: ["Peter", "Judas", "John", "Paul"], correct: "Judas" }, { question: "What was the first miracle of Jesus?", answers: ["Healing the blind", "Feeding 5000", "Walking on water", "Turning water into wine"], correct: "Turning water into wine" }, { question: "Where was Jesus born?", answers: ["Nazareth", "Jerusalem", "Bethlehem", "Galilee"], correct: "Bethlehem" }, { question: "Who was swallowed by a big fish?", answers: ["Elijah", "Jonah", "Daniel", "Job"], correct: "Jonah" }, { question: "Who received the Ten Commandments?", answers: ["Abraham", "Moses", "Aaron", "Joshua"], correct: "Moses" }, { question: "What is the last book of the Bible?", answers: ["Genesis", "Revelation", "Romans", "Psalms"], correct: "Revelation" }, {