Book resource: Difference between revisions

From MoodleDocs
(resources template)
m (Added an external link to a webinar presentation)
 
(35 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Resources}}The '''Book module''' makes it easy to create multi-page resources with a book-like format. It is contributed by [http://moodle.org/user/view.php?id=12863&course=5 Petr Škoda].  This module can be used to build complete book-like websites inside of your Moodle course.
{{Resources}}
 
__NOTOC__
Previously created websites can be imported directly into the Book module.  Books can be printed entirely or by chapter.
==What is the Book resource?==
 
Books allow teachers to create multi-page resources with a book-like format and table of contents. Multimedia may be embedded and books may 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.
{{MediaPlayer | url = https://youtu.be/lBpxR2faX3c | desc = Overview of the Book resource}}
 
==How is it set up?==
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.
#In a course, with the editing turned on, choose 'Book' from the activity chooser.
 
#Give it a name and, if required a description (which will appear on all chapters of the book), checking the box if you want the description displayed on the course page.
* [[Creating a book]]
#In Appearance, decide on the chapter formatting, style of navigation and whether you want custom titles. Use the help icon for more information.
* [[Viewing a book]]
#Expand the other settings to configure the resource as you wish, and then click Save and display.
 
#Add content to your first chapter and save the changes. (Note: Moodle 'chapters' are what some might prefer to call 'pages.'
==Books and Moodle 2.0==
#From the Table of Contents (at the side or underneath the chapter) click the + icon to add another chapter, and repeat the process.
The latest code is here: https://github.com/skodak/moodle-mod_book
[[File:Bookeditinig.png|center]]
 
==How does it work?==
===Can I duplicate a book within a course?===
===Student view===
Use the Sharing Cart. See [http://moodle.org/mod/forum/discuss.php?d=167624 Discussion:Duplicating a book within a course]
:Students access the book by clicking the icon on the course page. They navigate through the pages either with an arrow, text link or simply via the Table of Contents.
 
:Images, videos, sound and H5P content may be embedded into book chapters. (Note that embedded H5P content doesn't connect to the gradebook.)
===Can I shift Books from one Moodle 2 server to another Moodle 2 server?===
[[File:BookTextLinks.png|center|Book with text navigation and numbered chapters]]
Not using the backup and restore.  This is not written yet. (as of 19th February 2011)
:Students can print books or chapters (as PDF) by clicking the gear icon top right of the book:
 
[[File:PrintBook.png|center]]
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
===Teacher view===
 
Teachers can edit books from the Table of contents when the editing is turned on. If they hide a page, it is still visible to teachers but students do not see it.
==Installation==
==More information==
* Select the correct version of the "book.zip" module for your Moodle installation
* [[Book settings]]
* Unpack the zip file into the mod folder of your Moodle site
* [[Using Book]]
* Login to the Moodle site as administrator and
* In site administration block click on notifications
* Moodle will install the Book module.
* [[Creating_a_book|Add a book as an activity]]
 
==See also==
==See also==
*[http://moodle.org/mod/data/view.php?d=13&rid=319 Book Module] is a Modules and plugins database page for downloads and more information.
*[[Book FAQ]]
*Discussions: please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?id=2633 Book module forum]
*[http://moodle.org/mod/forum/view.php?id=2633 Book forum] on moodle.org
*Examples: The manuals at [http://moodle.tokem.fi tokem.fi] are a series of book modules.  Each book is designed for a different level of Moodle user.
*[http://school.moodledemo.net/mod/book/view.php?id=261 School demo example of a book used for departmental policies.]
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=76092 Using a Lesson to simulate a Book] forum discussion
* [http://moodle.org/mod/forum/discuss.php?d=76092 Using a Lesson to simulate a Book] forum discussion
* [http://tracker.moodle.org/secure/attachment/26950/Set+up+a+Moodle+Book.pdf Procedure for setting up a Book] pdf from Frances Hill
* [http://moodle.org/mod/forum/discuss.php?d=207365&parent=910023#p910107 What's the difference between a Book and a Lesson?]
 
* [https://youtu.be/jcYEG2VUn8k?t=971 TU Dublin MoodleMunch webinar presentation on plugins to support teachers in creating content for a Moodle Book]
[[Category:Contributed code]]
[[Category:Book]]
 
[[es:Módulo libro]]
[[es:Book]]
[[eu:Liburua]]
[[eu:Liburua]]
[[ja:ブックモジュール]]
[[ja:ブックモジュール]]
[[de:Buch]]
[[fr:Livre]]

Latest revision as of 13:15, 22 August 2023


What is the Book resource?

Books allow teachers to create multi-page resources with a book-like format and table of contents. Multimedia may be embedded and books may be printed entirely or by chapter.

Overview of the Book resource

How is it set up?

  1. In a course, with the editing turned on, choose 'Book' from the activity chooser.
  2. Give it a name and, if required a description (which will appear on all chapters of the book), checking the box if you want the description displayed on the course page.
  3. In Appearance, decide on the chapter formatting, style of navigation and whether you want custom titles. Use the help icon for more information.
  4. Expand the other settings to configure the resource as you wish, and then click Save and display.
  5. Add content to your first chapter and save the changes. (Note: Moodle 'chapters' are what some might prefer to call 'pages.'
  6. From the Table of Contents (at the side or underneath the chapter) click the + icon to add another chapter, and repeat the process.
Bookeditinig.png

How does it work?

Student view

Students access the book by clicking the icon on the course page. They navigate through the pages either with an arrow, text link or simply via the Table of Contents.
Images, videos, sound and H5P content may be embedded into book chapters. (Note that embedded H5P content doesn't connect to the gradebook.)
Book with text navigation and numbered chapters
Students can print books or chapters (as PDF) by clicking the gear icon top right of the book:
PrintBook.png

Teacher view

Teachers can edit books from the Table of contents when the editing is turned on. If they hide a page, it is still visible to teachers but students do not see it.

More information

See also