You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.