Posted by sheyd on November 17, 2011 at 10:51am
Hello,
I'm trying to know if there is a solution to answer the quiz questions and to record temporary the answers to show them after user log in ?
My client don't want to show answers before the user was logged, if the user has no account he must create a new one. After that and only after that the user can show the results.
To make short :
- answer the quiz questions
- record the answers
- I'm an anonymous user
- log in
- create a new account
- show the answers
Is there a way to do that without modification with the Quiz module ?
Thanks in advance

Comments
sorry this is for version 6.x
sorry this is for version 6.x
use rules?
There is quiz patch to use rules/actions. Have a look and see if you can redirect based on this. See:
http://drupal.org/node/1149930
http://drupal.org/sandbox/jroth/1146030
See Quiz for register module;
See Quiz for register module; it could help you.