You are here

function quiz_ddlines_help in Quiz 8.4

Same name and namespace in other branches
  1. 7.4 question_types/quiz_ddlines/quiz_ddlines.module \quiz_ddlines_help()

Implements hook_help().

File

question_types/quiz_ddlines/quiz_ddlines.module, line 19
The main file for Quiz drag and drop with lines.

Code

function quiz_ddlines_help($path, $args) {
  if ($path == 'admin/help#quiz_ddlines') {
    return t("Help text TBD");
  }
}