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>",
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)