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 v3.3.0

Moodle 3.3
Released: Monday, 14 May 2018, 6:37 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.3 (build 2017051500 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
2017030303
Version release name
v3.3.0
Can be updated from
v1.0.0 (2017030300), v1.0.0 (2017030300), v1.0.0 (2017030302)
Can be updated to
v3.4.1 (2018051301), v3.4.2 (2018051302), v3.3.1 (2017030304), v3.6.0 (2018112800)
Maturity
Stable version
MD5 Sum
c58904c3609a30248b6df9c81c1f4dd1
Supported software
Moodle 3.3

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v3.3.0

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