| Component | Version(s) | Link |
|---|---|---|
| PHP | PHP | |
| ILIAS | ILIAS | |
| CBMChoiceQuestion | Branch |
GitHub |
Requires the CBMChoiceQuestion plugin to be installed and active.
Exports test data from the CBMChoiceQuestion plugin into an Excel file
- Clone this repository to Customizing/global/plugins/Modules/Test/Export/CBMChoiceQuestionExport
- Install the Composer dependencies
Developers MUST omit the
cd Customizing/global/plugins/Modules/Test/Export/CBMChoiceQuestionExport composer install --no-dev--no-devargument. - Run
composer install --no-devin the root path of ilias as well - Login to ILIAS with an administrator account (e.g. root)
- Select Plugins in Extending ILIAS inside the Administration main menu.
- Search for the CBMChoiceQuestionExport plugin in the list of plugin and choose Install from the Actions drop-down.
- Choose Activate from the Actions dropdown.
- A new export option is added to a tests Export tab

- An Excel (.xlsx) file will be added to the table below.
- The excel file will contain:
- An overview sheet showing the average certainty & average correctness of the answers given for each test (cbm question only)
- A sheet for each user with average certainty & average correctness over all questions
as well as the selected answer(s), correct answer(s) and selected certainty.