Add More Course Checks

Issue #734 wontfix
Jeremy Hopkins created an issue

Line 701 on renderers php has some commented code which relates to a part finished feature to add course checks into the theme:

  1. Is course hidden - already implemented
  2. Is course summary populated - outstanding
  3. is course image set - outstanding

The setting for "1" can be found on the alerts page. We need two additional settings for 2 & 3 along with the code to run the checks.

The result shoudl be that an administrator can enable alerts in course pages to prompt editors to rectify problems / improve quality.

Comments (2)

  1. Manoj Solanki

    This code was in renderers.php, line 701 to indicate where to add this code.

    // ToDo - add capability check for editors and add checks for missing summary and course image. // If (empty($COURSE->summary)) { echo "course summary empty"; }.

  2. Log in to comment