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

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


ブックモジュールはインタラクティブなモジュールではありません。しかし、あなたはブックモジュール内から[[投票|モジュール]]、[[フォーラムモジュール|フォーラム]]等にリンクすることができます。And you can include multimedia objects like [[Flash]] movies in your book.
ブックモジュールはインタラクティブなモジュールではありません。しかし、あなたはブックモジュール内から[[投票|投票]]、[[フォーラムモジュール|フォーラム]]等にリンクすることができます。And you can include multimedia objects like [[Flash]] movies in your book.


==Books and Moodle 2.0==
==Books and Moodle 2.0==

2011年10月4日 (火) 16:46時点における版


作成中です - Mitsuhiro Yoshida

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

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

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

ブックモジュールはインタラクティブなモジュールではありません。しかし、あなたはブックモジュール内から投票フォーラム等にリンクすることができます。And you can include multimedia objects like Flash movies in your book.

Books and Moodle 2.0

The latest code is here: https://github.com/skodak/moodle-mod_book

Can I duplicate a book within a course?

Use the Sharing Cart. See Discussion:Duplicating a book within a course

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