Skip to content

bipenc/QuizApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quiz application to host quiz. Built using jQuery, HTML. Just open index.html in browser and have fun hosting a quiz.

To add question. Go to assets/js/question.js. Don't update the keys but just add yous questions.

  eg:  "<Q.no.>": "<Q>",
       "<Q.no.>": "<Q>",

KeyBoard Shortcuts:

p : Pass
t : Right Answer
f : Worng Answer
c : Close single question page and go back to Home
r : Reset localStorage (Clears all the selected question and reset to begining. This is useful when testing the app but recommended not to use in while hosting the quiz. Better comment out this section in codebase)

About

PHP Quiz application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published