ksjefferies / code-quiz

An Online quiz that asks code questions and stores the answers within local storage.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Quiz


Objectives

In this project, i did the following:

  • User will click 'Start Quiz' and be given 5 True / False Questions
  • Click the 'Start' button will start a 60 second countdown timer
  • Correct buttons are hidden when not needed and appear when needed.
  • When incorrect answers are given, time is deducted
  • When all questions are answered or time has expired, the quiz ends
  • When game is over, user is prompted to enter their initials and name and score are saved on High Score list
  • Player High Score list is stored locally
  • Player can click button to see the high score list or click try again to restart quiz

Final screenshots of initial and results page

Screenshot of initial Coding Quiz start page

Screenshot of quiz question

Screenshot of local storage high score list


Links for Github Repository and final public page

Author:

Technologies Used:

html css3 javascript jQuery

License

License

About

An Online quiz that asks code questions and stores the answers within local storage.

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

License:MIT License


Languages

Language:JavaScript 70.9%Language:HTML 15.4%Language:CSS 13.7%