|
101.
|
|
|
Copy the Mahara URL. It usually looks like this: ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3``.
|
|
|
|
MaharaのURLをコピーします。通常、次のようになります: ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3``.
|
|
Translated by
Mitsuhiro Yoshida
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:95
|
|
102.
|
|
|
If you only have one MNet session to Mahara set up, the host ID is usually 3. However, if you deleted an MNet connection or have multiple ones, it might be different.
|
|
|
|
Mahara設定に1つのMNetセッションだけを持つ場合、通常、ホストIDは3になります。MNet接続を削除した場合、または複数セッションを持つ場合、ホストIDは異なることになります。
|
|
Translated and reviewed by
Mitsuhiro Yoshida
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:98
|
|
103.
|
|
|
Paste that URL into a text editor because it is easier to make changes there.
|
|
|
|
そこで変更する方が簡単なので、そのURLをテキストエディタに貼り付けます。
|
|
Translated and reviewed by
Masayuki Kuwada
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:100
|
|
104.
|
|
|
Add ``&wantsurl=`` to the end of the URL to yield ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=``.
|
|
|
|
``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=`` を生成するために、URLの末尾に ``&wantsurl=`` を追加します。
|
|
Translated by
Mitsuhiro Yoshida
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:101
|
|
105.
|
|
|
Copy the URL of the Mahara page to which you want to link, e.g. ``https://mahara.organisation.net/view/view.php?id=1234``.
|
|
|
|
あなたがリンクしたいMaharaページのURLをコピーします。例) ``https://mahara.organisation.net/view/view.php?id=1234``
|
|
Translated by
Mitsuhiro Yoshida
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:102
|
|
106.
|
|
|
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``.
|
|
|
|
URLをMoodleのジャンプURLに追加します。例) ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=https://mahara.organisation.net/view/view.php?id=1234``
|
|
Translated by
Mitsuhiro Yoshida
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:103
|
|
107.
|
|
|
Delete the domain part of the Mahara URL, e.g. ``https://mahara.organisation.net``. That leaves you with ``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=/view/view.php?id=1234``.
|
|
|
|
Mahara URLのドメイン部分を削除します、例) ``https://mahara.organisation.net``。次が残ります:``https://moodle.organisation.net/auth/mnet/jump.php?hostid=3&wantsurl=/view/view.php?id=1234``
|
|
Translated by
Mitsuhiro Yoshida
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:104
|
|
108.
|
|
|
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``.
|
|
|
|
シンボルをURL 16進コードで置換するために、Mahara URLの残留部分を編集します。例) ``https://moodle.organisation/auth/mnet/jump.php?hostid=3&wantsurl=%2Fview%2Fview.php%3Fid%3D1234``
|
|
Translated and reviewed by
Masayuki Kuwada
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:105
|
|
109.
|
|
|
Common `hex codes replacements <http://www.obkb.com/dcljr/charstxt.html>`_ for characters that you find in Mahara URLs are:
|
|
|
|
あなたがMahara URLで見ることのできる文字の一般的な `16進コードの置換 <http://www.obkb.com/dcljr/charstxt.html>`_ は次のとおりです:
|
|
Translated by
Mitsuhiro Yoshida
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:108
|
|
110.
|
|
|
slash **/** → %2F
|
|
|
|
スラッシュ **/** → %2F
|
|
Translated and reviewed by
Mitsuhiro Yoshida
|
|
|
|
Located in
../source/mahoodle/mahoodle.rst:110
|