Skip to content

Through Javascript, this code quiz tests the user with computer science questions with a time limit. Scores are saved and displayed on the scoreboard.

Notifications You must be signed in to change notification settings

mycancel/code-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Quiz

Live Site

Table of Contents

Description

This code quiz has four states: the start screen, the quiz, the end screen, and the scoreboard. Using JavaScript, the sections are displayed in sequence at the press of a button. A 60 second timer runs once the quiz starts. During the quiz, correct answers are rewarded with by displaying "Correct" on the screen while incorrect answers display "Incorrect" and reduce the timer. At the end of the quiz, the user can input their initials to be added to their score displayed on the high scores page.

Visuals

Opening Page

Quiz

Scoreboard

Authors and Acknowledgements

The functions displayState() and init() were jumpstarted by the class instructor, Anthony Cooper. My additions to these functions were the function calls within displayState().

About

Through Javascript, this code quiz tests the user with computer science questions with a time limit. Scores are saved and displayed on the scoreboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published