「ブックモジュール」の版間の差分

提供:MoodleDocs
移動先:案内検索
14行目: 14行目:
最新のコードはこちらから: https://github.com/skodak/moodle-mod_book
最新のコードはこちらから: https://github.com/skodak/moodle-mod_book


===Can I duplicate a book within a course?===
===コース内でブックを複製できますか?===
Use the Sharing Cart.  See [http://moodle.org/mod/forum/discuss.php?d=167624 Discussion:Duplicating a book within a course]
共有カート (Sharing Cart) を使用してください。詳細はこちらをご覧ください: [http://moodle.org/mod/forum/discuss.php?d=167624 ディスカッション:コース内でブックを複製する (英語)]


===Can I shift Books from one Moodle 2 server to another Moodle 2 server?===
===Can I shift Books from one Moodle 2 server to another Moodle 2 server?===

2011年10月7日 (金) 17:32時点における版


作成中です - Mitsuhiro Yoshida

ブックモジュールでは、本のような形式の複数ページのリソースを簡単に作成することができます。ブックモジュールはPetr Škodaにより、寄贈されています。また、ブックモジュールでは、あなたのMoodleコース内に完全な本のようなウェブサイトを構築することができます。

前もって作成したウェブサイトをブックモジュールに直接インポートすることができます。ブックは全体または章ごとに表示することができます。

ブックモジュールでは、多くの章 (chapter) および節 (sub chapter) を深い階層で作成することができます。言い換えれば、節 (sub chapter) 自体は節を持つことができません。これはブックモジュール開発者による国際的な決断です。彼はこのモジュールを教師および学生のためのシンプルなリソースにしようと考えました。

ブックモジュールはインタラクティブなモジュールではありません。しかし、あなたはブックモジュール内から投票フォーラム等にリンクすることができます。そして、あなたのブックにFlashのようなマルチメディアオブジェクトを埋め込むことができます。

ブックおよびMoodle 2.0

最新のコードはこちらから: https://github.com/skodak/moodle-mod_book

コース内でブックを複製できますか?

共有カート (Sharing Cart) を使用してください。詳細はこちらをご覧ください: ディスカッション:コース内でブックを複製する (英語)

Can I shift Books from one Moodle 2 server to another Moodle 2 server?

Not using the backup and restore. This is not written yet. (as of 19th February 2011)

It is possible to export as an IMS package and make a couple of tweaks and then import. https://docs.moodle.org/en/IMS_content_package

Installation

  • Select the correct version of the "book.zip" module for your Moodle installation
  • Unpack the zip file into the mod folder of your Moodle site
  • Login to the Moodle site as administrator and
  • In site administration block click on notifications
  • Moodle will install the Book module.
  • Add a book as an activity

See also