You are here

function cloze_help in Cloze 7

Same name and namespace in other branches
  1. 6 cloze.module \cloze_help()

Implementation of hook_help().

File

./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.');
  }
}