function choice_help in Quiz 6.6
Implementation of hook_help().
File
- question_types/
choice/ choice.module, line 17 - The main file for choice.
Code
function choice_help($path, $args) {
if ($path == 'admin/help#choice') {
return t('This module provides a multiple choice question type for Quiz.');
}
}