You are here

function cloze_help in Quiz 8.4

Implementation of hook_help().

File

question_types/cloze/cloze.module, line 10

Code

function cloze_help($path, $args) {
  if ($path == 'admin/help#cloze') {
    return t('This module provides a cloze question type for Quiz.');
  }
}