Set course dates

Administration tool ::: tool_coursedates
Maintained by Charles Fulton, Andrew Zito
This admin tool allows managers to set the start and end dates for all courses in a category, including subcategories.

Set course dates v3.6.1

Moodle 3.6, 3.7, 3.8, 3.9
Released: Tuesday, 19 November 2019, 3:00 AM

Set course dates

Build Status

This admin tool allows managers to set the start and end dates for all courses in a category, including subcategories. This is useful when your student information system integration does not set these automatically, or when you have courses which were loaded prior to Moodle 3.2 and do not have end dates set.

Requirements

  • Moodle 3.6 (build 2018112800.00 or later)

Installation

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

Usage

The tool adds a link to the category navigation block, "Set course dates." The user will be taken to a page with date pickers for start and end dates. Each is optional, but you must select at least one to set. On confirmation, Moodle will create an "adhoc task" to set all the dates in the background. This requires that cron be enabled.

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 link.

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
2018112801
Version release name
v3.6.1
Can be updated from
v3.6.0 (2018112800)
Can be updated to
v3.7.0 (2020081400)
Maturity
Stable version
MD5 Sum
422c74c90a7b0fec157f4e4dbd412d5d
Supported software
Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v3.6.1

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