You are here

function quiz_page_help in Quiz 7.6

Same name and namespace in other branches
  1. 8.6 question_types/quiz_page/quiz_page.module \quiz_page_help()
  2. 8.5 question_types/quiz_page/quiz_page.module \quiz_page_help()
  3. 7.5 question_types/quiz_page/quiz_page.module \quiz_page_help()
  4. 6.x question_types/quiz_page/quiz_page.module \quiz_page_help()

Implements hook_help().

File

question_types/quiz_page/quiz_page.module, line 12
quiz_page.module

Code

function quiz_page_help($path, $args) {
  if ($path == 'admin/help#quiz_pages') {
    return t('Provides pages which can contain questions in a quiz.');
  }
}