Copyright (c) 2017 Institut fuer Lern-Innovation, Friedrich-Alexander-Universitaet Erlangen-Nuernberg GPLv3, see LICENSE
Author: Fred Neumann fred.neumann@ili.fau.de
This plugin for the LMS ILIAS open source allows the scheduled creation of test archives.
It requires an installation of the TestArchiveCreator plugin: https://github.com/ilifau/TestArchiveCreator
-
Put the content of the plugin directory in a subdirectory under your ILIAS main directory: Customizing/global/plugins/Services/Cron/CronHook/TestArchiveCron
-
Open ILIAS > Administration > Plugins
-
Update/Activate the plugin
You need to set up a call of the ILIAS cron jobs on your web server, see the ILIAS installation guide: https://www.ilias.de/docu/goto_docu_pg_8240_367.html
-
Go to Administration > General Settings > Cron Jobs
-
Activate the 'Test Archive Creation' job
-
Set a reasonable schedule for the job, e.h. hourly.
See the documentation of the TestArchiveCreator plugin.
1.3.0 for ILIAS 7 (2021-12-09)
- new version for ILIAS 7
- removed unneccessay catching of exceptions
1.1.1 for ILIAS 5.2 and 5.3 (2018-07-18)
- set the last run date for schedule initialisation
1.1.0 for ILIAS 5.2 and 5.3 (2018-05-07)
- compatibility for ILIAS 5.3
1.0.0 for ILIAS 5.2 (2018-01-18)
- initial version