function qcollection_help in Quiz 6.6
Implementation of hook_help().
File
- includes/
qcollection/ qcollection.module, line 20 - The main file for qcollection.
Code
function qcollection_help($path, $args) {
if ($path == 'admin/help#qcollection') {
return t('This module provides a question item collection type for Quiz.');
}
}