Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Book module: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(→‎See also: pdf thanks to Frances Hill)
(ja link)
Línia 39: Línia 39:
[[es:Book]]
[[es:Book]]
[[eu:Liburua]]
[[eu:Liburua]]
[[ja:ブックモジュール]]

Revisió del 15:12, 22 oct 2011


The Book module makes it easy to create multi-page resources with a book-like format. It is contributed by Petr Škoda. This module can be used to build complete book-like websites inside of your Moodle course.

Previously created websites can be imported directly into the Book module. Books can be printed entirely or by chapter.

The book module allows you to have main chapters and sub chapters, but it goes no deeper. In other words, sub chapters cannot have their own sub chapters. This was an intentional decision by the creator of the book module. 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