The CSV file has to have a specific layout.
See https://redmine-intern.office.databay.de/issues/13746 (leistungsnachweisescheine-Bsp.csv)
Each new upload overrides all currently stored grades (Database table gets cleared)
Adds a grade overview where grades can be imported using a csv file.
-
Clone this repository to Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/AntragoGradeOverview
-
Install the Composer dependencies
cd Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/AntragoGradeOverview composer install --no-devDevelopers MUST omit the
--no-devargument. -
Login to ILIAS with an administrator account (e.g. root)
-
Select Plugins in Extending ILIAS inside the Administration main menu.
-
Search for the AntragoGradeOverview plugin in the list of plugin and choose Install from the Actions drop down.
-
Choose Activate from the Actions dropdown.
- Open the plugin configuration
- Open the Grades CSV Import Tab and upload a .csv file.
- In the table below a new entry will be added that shows the import history.
- See Images on where to find Grades overview for your account based on the ILIAS version
See LICENSE file in this repository.






