「ハブFAQ」の版間の差分

提供:MoodleDocs
移動先:案内検索
 
22行目: 22行目:
==私のハブサーバプラグインを更新した場合、登録サイトも更新する必要がありますか?==
==私のハブサーバプラグインを更新した場合、登録サイトも更新する必要がありますか?==


No, they don't have to be updated as the plugin is backwards compatible. However sometimes new functionalities require changes in both Moodle and plugin code. In these cases, the new functionalities will not be operational until the plugin and the registered sites are updated.
いいえ、プラグインには下位互換性があるため、必ずしも更新する必要はありません。However sometimes new functionalities require changes in both Moodle and plugin code. In these cases, the new functionalities will not be operational until the plugin and the registered sites are updated.


==Where can I download hub server plugin?==
==Where can I download hub server plugin?==

2011年2月18日 (金) 16:46時点における最新版

Moodle 2.0


作成中です - Mitsuhiro Yoshida

This document lists some popular questions from the Hub server forum.

ハブサーバとは?

ハブサーバはMoodleプラグインです。ハブサーバでは新しくインストールされたMoodleサイトをハブサーバに転換します。ハブサーバは登録されたMoodleサイトによって共有されているコースバックアップを保存するために使用されます。公開者は自分のコースを宣伝することもできます。

ハブサーバを通常のMoodleサイトとして使用することができますか?

セキュリティ上の理由から、使わない方が良いでしょう。

ハブサーバプラグインのコードはMoodle HQによって開発および管理されていますか?

はい。

ハブサーバのプラグインをアップデートする場合、ハブサーバがインストールされているMoodleコードも同様にアップデートする必要がありますか?

はい、常に。

私のハブサーバプラグインを更新した場合、登録サイトも更新する必要がありますか?

いいえ、プラグインには下位互換性があるため、必ずしも更新する必要はありません。However sometimes new functionalities require changes in both Moodle and plugin code. In these cases, the new functionalities will not be operational until the plugin and the registered sites are updated.

Where can I download hub server plugin?

The hub server plugin is available for download from the modules and plugins database http://moodle.org/mod/data/view.php?d=13&rid=4282.

What is Mooch?

Mooch is the Moodle.org hub server. It is a public hub and it is managed by Moodle.org.

Can I sell courses on Mooch?

No yet but it is planned. See MDL-25496 for details.

Can I share a course with a specific theme?

Yes you can. However it is better to indicate in the publication creator notes that the theme will only be activated if:

  • The theme is installed
  • Course themes are enabled for the site

Can I share a course using a contributed module/block?

Yes. If this module/block is Moodle 2.0 compatible (with support for backup and restore in 2.0), the module and its data will be added to the shared course backup.

Can I share a course using a contributed local plugin?

The local plugin would need to be already installed on the destination Moodle site. Then this local plugin would need to be set up. Use publication creator notes to explain it. Note that sharing does not save information related to a local plugin (i.e. the local plugin database is not backed up).

Can I share Moodle 1.9 courses?

It is not possible to share courses directly from a Moodle 1.9 site. However it is possible as follows:

  1. Backup your course
  2. Restore your course into a freshly installed Moodle 1.9 site
  3. Upgrade your freshly installed site to Moodle 2.0
  4. Share your course

関連情報