Closed (fixed)
Project:
Quiz
Version:
7.x-5.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2013 at 01:27 UTC
Updated:
20 Jun 2014 at 17:50 UTC
Jump to comment: Most recent
Comments
Comment #1
llillf commentedI have the similar issue. does anyone know a possible solution?
Thanks a lot!
Comment #2
drewbe121212 commentedThere is a hook (at least in version 7-4x) available called 'hook_quiz_finished'. I have never tested this, but you should be able to do something similiar:
Comment #3
sivaji_ganesh_jojodae commentedIt is recommended not to use
drupal_goto()in any hook implementation as it might prevent the executions of subsequent implementations. Workaround would be to set highest weight to module callingdrupal_goto().Comment #4
djdevinFixed in 7.x-5.x
The quiz results are now on their own page.