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 v0.0.1

Moodle 3.2, 3.3, 3.4
Released: Saturday, 22 July 2017, 1:57 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.2 (build 2016120500 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
2017071900
Version release name
v0.0.1
Can be updated to
v3.4.0 (2018051300), v3.3.0 (2017082501), v3.4.1 (2018051301), v3.3.1 (2017082502), v3.6.0 (2018112800)
Maturity
Alpha
MD5 Sum
492b63042d6d387e680dda3f1dda249e
Supported software
Moodle 3.2, Moodle 3.3, Moodle 3.4

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v0.0.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