Export plugin for Test Results incl. Learning Progress.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Table of Contents
... using Git:
mkdir -p Customizing/global/plugins/Modules/Test/Export
cd Customizing/global/plugins/Modules/Test/Export
git clone https://github.com/DatabayAG/ExcelMatrixResults.git
cd ../../../../../..
composer du... from zip file:
mkdir -p Customizing/global/plugins/Modules/Test/Export
cd Customizing/global/plugins/Modules/Test/Export
wget https://github.com/DatabayAG/archive/master.zip
unzip master.zip
rm -f master.zip
mv ExcelMatrixResults-master ExcelMatrixResults
cd ../../../../../..
composer duThen
- Log in to ILIAS as administrator
- Open Administration > Extending ILIAS > Plugins
- Install and activate the ExcelMatrixResults plugin
See LICENSE file in this repository.