Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.1 KB

JavaScript-Quiz

Description

This project involves creating a browser-based JavaScript quiz application, showcasing dynamically updated HTML and CSS facilitated by JavaScript code and implemented through Web API.

Upon initiation, users can begin the quiz by clicking the start button. A timer commences, and successive multiple-choice questions are presented. Answering a question incorrectly results in a deduction of ten seconds from the timer. The quiz concludes when all questions are answered or the timer reaches zero. Participants can then input their initials, and their scores are stored.

Furthermore, the system retains and displays the highest score achieved by each individual in a designated highest scores list.

The following animation demonstrates how the JavaScript-Quiz application works.

Animation of code quiz.

Installation

N/A

Credits

The following resources were used.

License

Please refer to the LICENSE file.