jewlofthelotus / SlickQuiz

A jQuery plugin for creating pretty, dynamic quizzes.
http://jewlofthelotus.github.com/SlickQuiz
MIT License
400 stars 244 forks source link

Resuming Quiz #69

Open sofiengwin opened 9 years ago

sofiengwin commented 9 years ago

I want to create a quiz with about 100 questions, i need a way to make the to support a resume or continue functionality from where the user might have stopped the quiz. I need tips on how to accomplish this, ideas would really be appreciated

Aybee commented 9 years ago

Typically you store a state to a cookie but don't know if that's possible with the core of SlickQuiz.

A way with more effort is to build a user management and safe the state in a user variable.

sofiengwin commented 9 years ago

Thanks for your response. I know i need to implement a form of user management to store the state, what i need is help with how to introduce the stored state into the SlickQuiz in a way to get the resuming quiz functionality.

Aybee commented 9 years ago

@jewlofthelotus should know more about this.

discern commented 8 years ago

Sorry to dredge up this old (but still open) issue. I, too, could really use this feature. Any thoughts @jewlofthelotus?