Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 900 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 900 Bytes

Test Results and Learning Progress Export

Export plugin for Test Results incl. Learning Progress. Compatible with ILIAS 5.1.0 - 5.4.999.

Usage

Install the plugin ...

... using git:

mkdir -p Customizing/global/plugins/Modules/Test/Export
cd Customizing/global/plugins/Modules/Test/Export
git clone https://github.com/bheyser/ResultsAndProgress.git

... from zip file:

mkdir -p Customizing/global/plugins/Modules/Test/Export
cd Customizing/global/plugins/Modules/Test/Export
wget https://github.com/bheyser/ResultsAndProgress/archive/master.zip
unzip master.zip
rm -f master.zip
mv ResultsAndProgress-master ResultsAndProgress

Go to the ILIAS plugin administration and activate the plugin.

You now have an additional export option for tests.

Credits

Development for ILIAS by Björn Heyser, Maintainer Test and Assessment.