You're not reading the latest revision of this page, which is
here.
MUMIE Ilias integration for administrators
This article is meant for administrators of Ilias servers, who want to enable the usage of MUMIE content on their platform.
Installation and configuration
You need to install two separate Ilias plugins for the MUMIE-Ilias integration to work (MumieTask and MumieTaskHook). Due to restrictions
from the Ilias architecture, it's currently not possible to provide all necessary functionalities in a single plugin.
Please contact us via email to get the latest version of the plugins.
Step |
Description |
Example |
1 |
Go to your ILIAS web root directory |
|
2 |
Enter the following commands:
mkdir -p Customizing/global/plugins/Services/Repository/RepositoryObject/ -
cd Customizing/global/plugins/Services/Repository/RepositoryObject/ -
git clone https://github.com/integral-learning/ilias-MumieTask MumieTask -
mkdir -p ../../EventHandling/EventHook -
cd ../../EventHandling/EventHook -
git clone https://github.com/integral-learning/ilias-MumieTaskHook MumieTaskHook |
|
3 |
Login as Ilias administrator open the Administration menu and click on Plugins |
|
4 |
Open the Actions menu for MumieTask and click first on Install then on Activate
Note: If there are no entries for MumieTask and MumieTaskHook visible, try reloading the page. |
|
5 |
Repeat step #4 for MumieTaskHook |
|
6 |
Open the Action menu for MumieTask again and click on Configure |
|
7 |
Click on Privacy and choose what kind of user data should be transmitted to MUMIE servers. |
|
8 |
Click on Authentication and enter your API key and organization shorthand. Please don't change these settings autonomously!
If you don't know your API and organization keys, please get in touch with us. |
|
Adding, editing and deleting MUMIE servers
Teachers can add new MUMIE servers themselves, but for security reasons, they cannot edit or delete them. If you want to do any of that, you need to follow these steps:
Step |
Description |
Example |
1 |
Go to Administration and select Plugins |
|
2 |
Select if you want to add, edit or delete a MUMIE server by clicking on the respective buttons |
|
3 |
When adding or editing a MUMIE server configuration, keep in mind that both Server name and MUMIE URL Prefix must be unique |
|
Important notice
Currently, grades for the MUMIE Tasks are only updated when their individual Learning Progress is viewed or a course containing them is opened. This means that we cannot guarantee that all grades are up-to-date, when they are accessed by other means than the one described above.
FAQ
Can MUMIE Tasks still be used if the respective MUMIE server configuration has been deleted in the plugin settings?
Yes! But no one will be able to make any changes to the following fields until a new configuration is added for the url prefix that was used to create the activity:
- MUMIE server
- MUMIE course
- MUMIE exercise
- Language
Why are not all grades up-to-date?
Currently, grades for the MUMIE Tasks are only updated when their Learning Progress tab is clicked or a course containing them is opened.
Why are students are not automatically logged out of MUMIE servers, when they log out of Moodle?
This is most likely because MUMIE Task Hook was not activated in the administraion settings.