Copyright (c) 2017 Institut fuer Lern-Innovation, Friedrich-Alexander-Universitaet Erlangen-Nuernberg, GPLv3, see LICENSE
Further maintenance can be offered by Databay AG.
Versions: see Changelog. Plugin versions for different ILIAS releases are provided in separate branches of this repository.
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/DatabayAG/TestArchiveCreator
- Put the content of the plugin directory in a subdirectory under your ILIAS main directory: Customizing/global/plugins/Services/Cron/CronHook/TestArchiveCron
- Run
composer du
in the main directory of your ILIAS installation - Go to Administration > Extending ILIAS > Plugins
- Install and 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.