How Well Do You Know Amrita Sher-Gil?

By admin
Published on:
Quiz: How Well Do You Know Amrita Sher-Gil? Start Quiz Next Your Score: /20 Restart Quiz let currentQuestion = 0; let score = 0; function startQuiz() { document.getElementById("start-screen").style.display = "none"; document.getElementById("quiz-screen").style.display = "block"; showQuestion(); } function showQuestion() { const q = quizData[currentQuestion]; document.getElementById("question-container").innerHTML = ` ${currentQuestion + 1}. ${q.question} `; document.getElementById("options-container").innerHTML = ""; q.options.forEach(option => ...












