ILIAS plugin for display competency-based survey evaluations.
Following features are integrated:
- Competency Evaluation of single-choice questions surveys
- Graphic representation of individual competencies using single choice question surveys
- Single Svy Evaluation (Bar-Chart)
- Multi Svy Evaluation (Line-Chart)
- Table representation of individual competence levels including learning materials recommendation
Start at your ILIAS root directory:
mkdir -p Customizing/global/plugins/Services/COPage/PageComponent/
cd Customizing/global/plugins/Services/COPage/PageComponent/
git clone https://github.com/kroepelin-projekte/SurveyDataGraphs.git
After that, the composer dependencies need to be installed:
cd Customizing/global/plugins/Services/COPage/PageComponent/SurveyDataGraphs
composer install --no-dev
For development, omit the --no-dev command. This step must also be done after an update.
Install, activate the plugin in the ILIAS Plugin Administration.
Kröpelin Projekt Gmbh, support@kroepelin-projekte.de This project is maintained by Kröpelin Projekt Gmbh (kpg), DE-Berlin (https://kroepelin-projekte.de).