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

提供:MoodleDocs
移動先:案内検索
編集の要約なし
編集の要約なし
7行目: 7行目:
前もって作成したウェブサイトをブックモジュールに直接インポートすることができます。ブックは全体または章ごとに表示することができます。
前もって作成したウェブサイトをブックモジュールに直接インポートすることができます。ブックは全体または章ごとに表示することができます。


ブックモジュールでは、多くの章 (chapter) および節 (sub chapter) を深い階層で作成することができます。言い換えれば、節 (sub chapter) 自体は節を持つことができません。This was an intentional decision by the creator of the book module. He intended this to be a simple resource for teachers and students.
ブックモジュールでは、多くの章 (chapter) および節 (sub chapter) を深い階層で作成することができます。言い換えれば、節 (sub chapter) 自体は節を持つことができません。これはブックモジュール開発者による国際的な決断です。He intended this to be a simple resource for teachers and students.


The book module is not interactive. You can, however, link to [[Choice module|choices]], [[Forum module|forums]] etc., from within a book. And you can include multimedia objects like [[Flash]] movies in your book.
The book module is not interactive. You can, however, link to [[Choice module|choices]], [[Forum module|forums]] etc., from within a book. And you can include multimedia objects like [[Flash]] movies in your book.

2011年9月29日 (木) 20:30時点における版

作成中です - Mitsuhiro Yoshida

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

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

ブックモジュールでは、多くの章 (chapter) および節 (sub chapter) を深い階層で作成することができます。言い換えれば、節 (sub chapter) 自体は節を持つことができません。これはブックモジュール開発者による国際的な決断です。He intended this to be a simple resource for teachers and students.

The book module is not interactive. You can, however, link to choices, forums etc., from within a book. 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