You are here

function quiz_result_page in Quiz 7.6

Page for Quiz result configuration and fields.

1 string reference to 'quiz_result_page'
quiz_menu in ./quiz.module
Implements hook_menu().

File

./quiz.module, line 491
quiz.module Main file for the Quiz module.

Code

function quiz_result_page() {
  return t('Here, you can configure how Quiz attempts and results behave.');
}