Hide courses

Administration tool ::: tool_hidecourses
Maintained by Charles Fulton, Andrew Zito
This admin tool allows managers to set all courses in a category (including subcategories) to either hidden from, or visible to, students.

Hide courses v1.0.0

Moodle 3.0, 3.1
Released: Tuesday, 9 May 2017, 3:23 AM

Hide courses

Build Status

This admin tool allows managers to set all courses in a category (including subcategories) to either hidden from, or visible to, students. The intended use case is installations where all categories are already hidden by default and course visibility is the prime method for restricting access. At Lafayette, we combine this with overrides to moodle/course:viewhiddencourses at the category level to restict access by teachers to old courses.

Requirements

  • Moodle 3.0 (build 2015111600 or later)

Installation

Copy the hidecourses folder into your /admin/tool directory and visit your Admin Notification page to complete the installation.

Usage

The tool adds two links to the category navigation block, "Hide all courses" and "Show all courses." Each will take the user to a page describing what will happen and requesting confirmation. On confirmation, Moodle will create an "adhoc task" to change all the settings in the background. This requires the cron be enabled. Each setting change will be logged in the standard Moodle log store.

If you're using Boost or a similar theme, you may need to access /course/index.php directly, navigate to the desired category, then click the edit cog at top right to reach the links.

Configuration

The tool has no options but does require, as mentioned above, that cron be running.

Author

Charles Fulton (fultonc@lafayette.edu)

Version information

Version build number
2017030300
Version release name
v1.0.0
Can be updated to
v1.0.0 (2017030302), v3.4.0 (2018051300), v3.3.0 (2017030303), v3.4.2 (2018051302), v3.3.1 (2017030304), v3.6.0 (2018112800)
Maturity
Stable version
MD5 Sum
2277733de40fa46656a386f0f0f3e422
Supported software
Moodle 3.0, Moodle 3.1
  • Latest release for Moodle 3.0
  • Latest release for Moodle 3.1

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v1.0.0-m31

Default installation instructions for plugins of the type Administration tool

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "mytool") in the "admin/tool" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation