Overview
A simple interactive quiz app built with HTML, CSS, and JavaScript. Users answer multiple-choice questions and get instant feedback.
Features
10 questions, each with 4 options
Correct answers β green, Wrong answers β red
Score calculation at the end
βNextβ button for navigation
Option to restart quiz
Implementation
HTML/CSS: Layout and styling
JavaScript: Dynamic question display, answer validation, and score tracking
Challenges
Highlighting answers correctly
Managing question flow and score updates
Future Plans
Add timer for each question
Randomize questions and options
Store scores in local storage