marcusgreen / moodle-tool_driprelease

Drip the availability of moodle quiz activities over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moodle Driprelease by Marcus Green Alt text

Moodle Plugin CI GitHub Release Moodle Support

Make quiz activities available on a timed release basis. For example An example of its use is to make a new quiz become available each day and then replaced by a new quiz on the following day. Another scenario is to make 5 quizzes available for a week, and the following week another 5 quizzes are made available.

alt text

This project was funded by Sojo University Japan and initiated by Rob Hirschel and Chris Tempest.

For Moodle development and consultancy, contact Moodle partner Catalyst EU

https://www.catalyst-eu.net/contact-us/brighton

The latest source can be found at

https://github.com/marcusgreen/moodle-tool_driprelease

A user guide can be found at https://github.com/marcusgreen/moodle-tool_driprelease/wiki

Installing via uploaded ZIP file

  1. Log in to your Moodle site as an admin and go to Site administration > Plugins > Install plugins.
  2. Upload the ZIP file with the plugin code. You should only be prompted to add extra details if your plugin type is not automatically detected.
  3. Check the plugin validation report and finish the installation.

Installing manually

The plugin can be also installed by putting the contents of this directory to

{your/moodle/dirroot}/admin/tool/driprelease

Afterwards, log in to your Moodle site as an admin and go to Site administration > Notifications to complete the installation.

Alternatively, you can run

$ php admin/cli/upgrade.php

to complete the installation from the command line.

All code available under the GPL License https://www.gnu.org/licenses/gpl-3.0.en.html

About

Drip the availability of moodle quiz activities over time


Languages

Language:PHP 70.2%Language:Gherkin 18.9%Language:Mustache 8.0%Language:JavaScript 2.9%