Skip to content

thadkingcole/code_quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge GitHub top language

A timed quiz of JavaScript coding questions using the HTML DOM API.

home page

This page features:

  • dynamically updating HTML according to how the user interacts with the page.
  • high scores saved in the browser's localstorage so that user can track progress or compare with friends.
  • a fun way to test & improve your JavaScript knowledge.

Table of Contents

Installation

No installation necessary! Try it out yourself by clicking here.

Usage

  1. Navigate to https://thadkingcole.github.io/code_quiz/
  2. Read and understand the directions. Click the "start quiz" button to begin.
  3. Answer the questions as best you can. Keep in mind the following:
    1. Incorrect answers subtract 10 seconds from the clock.
    2. Your final score will be how much time is remaining on the clock when you answer the final question.
    3. If you run out of time prior to answering all questions, your final score will be 0.
  4. Enter your initials to save your score to the high score table
  5. You can clear high scores at anytime by clicking the "clear high scores" button.

high score page

Additional Features

  • Questions appear in a random order
  • Answers for each question appear in a random order

License

GPL 3.0

back to top