I have a pass/fail quiz set up. How do I have the confirmation automatically redirect to another page?
I have a pass/fail quiz set up. How do I have the confirmation automatically redirect to another page?
Let me ask the development team this question for you.
Great! Thanks. If they pass, I want to redirect them to a user creation page and if they fail, I want to direct them to another web page.
To accomplish this, you can use the gform_confirmation hook, as in this example: http://pastie.org/7980774 . The trick is to set Grading to none so the Quiz confirmation isn't used, see this screenshot: http://grab.by/n15o
Also, please send me an email at chris@rocketgenius.com so I can send you the latest version, which contains some code fixes in this general area. Thank you.
Thanks for the help! Where would I place the confirmation hook?
It would go in your theme's Functions.php file.
One last question, if I am setting the grading to none, how does the form know what is pass or fail? I currently have it set that 13% passes when grading is set to pass/fail.
Did you figure out how to do?
I also need to redirect the user depending on the quiz result.
If you still require assistance with this please open a new support ticket or a priority support ticket if you are a developer license holder.