You are here

function results_export_help in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/results_export/results_export.module \results_export_help()

Implementation of hook_help().

File

includes/results_export/results_export.module, line 14
Results Export

Code

function results_export_help($path, $arg) {
  if ($path == 'admin/help#results_export') {
    return '<p>' . t('This module allows you to export Quiz results to portable formats.') . '</p>';
  }
}