14. Mahoodle¶
‚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
Inhaltsaustausch
Refer to the comprehensive guide about setting up Mahoodle for step-by-step instructions on how to set everything up on the Moodle side and on Mahara. The guide explains the steps for both Moodle 1.9 and Moodle 2.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.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. Mahara-nach-Moodle¶
Sie können Informationen und Inhalte von Mahara nach Moodle übertragen. Folgendes ist möglich:
14.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.