mycancel / code-quiz

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

Home Page:https://mycancel.github.io/code-quiz/

Repository from Github https://github.commycancel/code-quizRepository from Github https://github.commycancel/code-quiz

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.

https://mycancel.github.io/code-quiz/


Languages

Language:JavaScript 58.6%Language:CSS 30.1%Language:HTML 11.3%