Project Title: Interactive Quiz
Description:
This is a simple interactive quiz website that presents users with a series of questions. Users can select an answer from provided options, and upon choosing the correct answer, the selected option will turn green. Clicking the "Next" button moves the user to the next question.
Technologies Used:
HTML CSS JavaScript Features:
Question Presentation: Displays a question and corresponding options. Answer Selection: Allows users to click on an option to select their answer. Correct Answer Feedback: Highlights the correct answer in green upon selection. Next Question Button: Enables users to proceed to the next question after answering the current one. Usage:
Clone the Repository: Bash git clone https://github.com/your-username/interactive-quiz.git Use code with caution.
Open the Project: Navigate to the project directory and open the index.html file in a web browser. Start the Quiz: Click on the options to answer the questions and see the correct answer feedback. Use the "Next" button to move to the next question. File Structure:
index.html: Contains the HTML structure for the quiz interface. style.css: Styles the appearance of the quiz elements. app.js: Handles the JavaScript logic for displaying questions, checking answers, and updating the interface.