Skip to content

Seni82/code-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-quiz

Test Players Knowledge on random programming questions.

Description

Code Quiz: A typical coding assessment is a combination of multiple-choice questions and interactive coding challenges.

How to access?

The website can be found at the following address:

Screenshots:

Quiz start page. "Start Page"

Quiz complete page. "Start Page"

Quiz sample question. "Start Page"

This project uses HTML, CSS, and Javascript. My application emphasizes the use of Javascript to provide quiz questions and collect user response to choose whether the Q&A's are correct, this then gives a score, and appends a results page of results from the user input data.

This project has been deployed to GitHub Pages. To get this project up and running, you can follow the deployment link. Or, download the sources files to use this as a template.

Summary

HTML and CSS and Javascript documents create a quiz with multiple choice questions with Javascript trivia This project utilizes the usage of appending HTML pages.

Psuedo code:

Create a timer attached to a button with a starting value of 0 When timer is pressed start a reverse countdown Start Quiz will be on appended page Append the question: choices When user selects the right answer, textcontent "Correct Answer!" When user selects the right answer, textcontent "Wrong Anwser!" Final score will keep track of how many the user got right Time left will be deducted from final score End Score Appended page local storage Travels to another HTML Retrieved Score result

Future_Improvements

To add:

  • More quizzes
  • Randomize questions and choices.
  • A check to make sure user's score is in top 10 before adding it to localStorage.
  • More info in quiz-info-box, such as number of questions, and time alotted.

About

Test Players Knowledge on random programming questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published