Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.26 KB

File metadata and controls

21 lines (15 loc) · 1.26 KB

Code-Quiz

This site is created to present a simple Code Quiz for WEB API challenge.

Description

  • This Code Quiz site uses HTML, CSS, and Java Script altogether to contruct an interactive web application to test user's basic knowledge of coding.
  • There are total of 5 questions, each question has 4 choices. There are total of 100 seconds to answer all questions.
  • When the user chooses the right answer, it goes to the next question without no penalty. A "Correct" word will be shown. An audio track indicates correct answer will autoplay.
  • When the user chooses the wrong answer, 10 seconds will be taken off the timer. Next question will be displayed. A "Wrong" word will be shown. An audio track indicates wrong answer will autoplay. And the updated timer is dispalyed.
  • Once all questions are answered, the system will ask the users to enter their initials and will print the final score in the highscores.html page
  • Users then can either [Go Back] to the main page and do it all over again, or clear the scores.
  • Screenshot

    screenshot

    Deployed Link and Repo Link

    Deployed Weblink: https://ronin1702.github.io/Code-Quiz/
    Repo Link: https://github.com/Ronin1702/Code-Quiz