Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resuming Quiz #69

Open
sofiengwin opened this issue Feb 19, 2015 · 4 comments
Open

Resuming Quiz #69

sofiengwin opened this issue Feb 19, 2015 · 4 comments

Comments

@sofiengwin
Copy link

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
Copy link

Aybee commented Feb 19, 2015

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
Copy link
Author

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
Copy link

Aybee commented Feb 23, 2015

@jewlofthelotus should know more about this.

@discern
Copy link

discern commented Mar 28, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants