You are here

function quiz_ddlines_help in Quiz 7.4

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

Implements hook_help().

File

question_types/quiz_ddlines/quiz_ddlines.module, line 57
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");
  }
}