You are here

function hook_quiz_finished in Quiz 7.6

Same name and namespace in other branches
  1. 8.6 quiz.api.php \hook_quiz_finished()
  2. 8.5 quiz.api.php \hook_quiz_finished()
  3. 7.5 quiz.api.php \hook_quiz_finished()

Implements hook_quiz_finished().

Fired after the last question is submitted.

1 function implements hook_quiz_finished()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

quiz_quiz_finished in ./quiz.module
Implements hook_quiz_finished().
1 invocation of hook_quiz_finished()
quiz_end_actions in ./quiz.module
Actions to take at the end of a quiz

File

./quiz.api.php, line 43
quiz.api.php Hooks provided by Quiz module.

Code

function hook_quiz_finished($quiz, $score, $data) {
}