14. Moodle integration¶
‚Mahoodle‘ is the common name given to the joining of Mahara + Moodle, an open source learning management system. Both systems have built-in support for each other in the form of:
Single-Sign On
assessment
14.1. Connect via LTI and web services¶
14.1.1. LTI setup¶
You can connect Mahara to Moodle using LTI as external app. This makes it possible for people with an account on the LMS to transfer directly into Mahara and also complete assignments if needed.
Siehe auch
More information on setting up LTI between Moodle and Mahara is available in the External apps‘ section.
14.1.2. Mahara assignment submission plugin¶
A new Mahara assignment submission plugin is available for Moodle. It is based on web services and LTI rather than MNet. It will allow for the archiving of portfolios (estimated to be added about mid 2021) along with the previously available functionality.
14.2. Connect via MNet¶
‚Moodle networking‘ (MNet) is a Moodle specific protocol to connect to other Moodle instances. Mahara has been using it for many years to allow Mahara to be connected to Moodle instances for single sign-on and assessment purposes.
Over the years, newer protocols have become available, and the Mahara projects is using LTI and web services increasingly.
MNet is still available, but not actively developed. New development efforts goes into expanding web services and LTI connections.
Refer to the comprehensive guide about setting up MNet between Moodle and Mahara for step-by-step instructions. The guide explains the steps for both Moodle 1.9 and Moodle 2.x, which are also valid for 3.x.
Sie können immer nur ein Moodle-System mit einem Mahara-System verbinden. Die Verbindung erfolgt systemweit oder für eine einzelne Einrichtung. Es ist nicht möglich, ein Moodle-System mit mehreren Mahara-Systemen zu verbinden.
14.2.1. Moodle-nach-Mahara¶
Most of the time, Moodle is the primary system and people log in from Moodle to Mahara. However, it can also be set up the other way around. You can transfer the following information when an institution in Mahara is set up to be connected to a Moodle site:
Logininformationen
Account details, see the information in the XML-RPC authentication method settings
Content that is exported via the Moodle 2 ‚Portfolio export‘ functionality
14.2.2. Mahara-nach-Moodle¶
Sie können Informationen und Inhalte von Mahara nach Moodle übertragen. Folgendes ist möglich:
14.2.3. Link auf eine spezifische Mahara-Ansicht in Moodle¶
Normalerweise kommen Sie bei Mahara nach einem Login von Moodle auf die Dashboard-Seite. Es gibt jedoch einen Trick, direkt auf eine spezifische Ansicht zu gehen.
Siehe auch
Thanks to Gordon McLeod who published this tip.
Fügen Sie in Moodle den Block Netzwerk-Server auf einer Seite (vorläufig) ein nachdem Sie die Netzwerkverbindung mit Moodle angelegt haben.
Copy the Mahara URL. It usually looks like this:
https://moodle.organisation.net/auth/mnet/jump.php?hostid=3
.Bemerkung
Wenn Sie nur eine MNet Session zu Mahara aufgesetzt haben, so ist die Host-ID meist 3. Wenn Sie eine MNET Verbindung gelöscht haben oder mehrere verwenden, kann der Wert anders lauten.
Kopieren Sie die URL in den Texteditor, da es hier einfacher ist, Änderungen vorzunehmen.
Add
&wantsurl=
to the end of the URL to yieldhttps://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=
.Copy the URL of the Mahara page to which you want to link, e.g.
https://mahara.organisation.net/view/view.php?id=1234
.Append that URL to the Moodle jump URL, e.g.
https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=https://mahara.organisation.net/view/view.php?id=1234
.Delete the domain part of the Mahara URL, e.g.
https://mahara.organisation.net
. That leaves you withhttps://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=/view/view.php?id=1234
.Edit the remaining part of the Mahara URL to replace symbols with the URL hex code, e.g.
https://moodle.organisation/auth/mnet/jump.php?hostid=3&wantsurl=%2Fview%2Fview.php%3Fid%3D1234
.
Siehe auch
Common hex codes replacements for characters that you find in Mahara URLs are:
Schrägstrich / → %2F
Fragezeichen ? → %3F
Gleichheitszeichen = → %3D
hyphen - → %2D
Kopieren Sie die nun vorhandene URL und verlinken Sie sie auf einen Text oder in ein Navigationsmenu, um die festgelegte Mahara-Ansicht zu erreichen.
Bemerkung
If you want to allow all your Moodle account holders to arrive at a specific page or group in Mahara, you need to make sure that they have access to the page or group. Otherwise, they would not see the content.