Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Book FAQ.

Book FAQ: Difference between revisions

From MoodleDocs
(FAQs moved from Book module)
No edit summary
 
(27 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Book}}
{{Book}}
==Where can I obtain the book module code from?==
==How can I enable students to edit a book?==


The book module may be downloaded from the Moodle plugins directory http://moodle.org/plugins/view.php?plugin=mod_book. Please note that the book module is due to be included in core from Moodle 2.3 onwards.
Students are not supposed to be able to edit book; allowing it would be a serious security issue. The [[Capabilities/mod/book:edit|capability to edit book chapters]] is intended strictly for trusted users. Use a [[Wiki_activity|Wiki activity]] instead.


==How can I enable students to edit a book?==
==How can I enable students to import web pages?==
 
Do not allow students to import or edit books! Only trusted users should have the [[Capabilities/mod/book:edit|capability to edit book chapters]] and the [[Capabilities/booktool/importhtml:import|capability to import chapters]].
 
==How can I enable teachers to export a book to IMS content package?==
 
Allow the [[Capabilities/booktool/exportimscp:export|capability to export to IMS CP]] for the role of teacher then go to ''Settings > Book administration > Generate IMS CP''.
 
==Why only two levels?==
 
Two levels are generally enough for all books, three levels may lead to poorly structured documents. The Book module is designed for the creation of short multi-page study materials. Consider uploading a file in PDF format for longer documents.
 
==How do I search within a book resource?==


Allow the [[Capabilities/mod/book:edit|capability to edit book chapters]] for the role of student.
There is no internal search facility, though you can always use your web browser's search capability in print page view.
==Can I import a PowerPoint into a book?==
See the forum post [https://moodle.org/mod/forum/discuss.php?d=218473 Semi-automated PowerPoint to Book import macro]for one possible method.


==Can I shift books from one Moodle 2 server to another Moodle 2 server?==
==Can I change the font of the print view for Book?==
Not easily. In book view your theme controls how is your book is displayed, where as during printing, book/tool/print/print.css determines the font, which is defaulted to Times New Roman.  See https://moodle.org/mod/forum/discuss.php?d=220147#p972743


Not using the backup and restore. This is not written yet. (as of 19th February 2011)
#'''A hack''': Use Print view in some utilities like [http://getfirebug.com/ Firebug] to change the font.
#'''Another hack''': See suggestion here: https://moodle.org/mod/forum/discuss.php?d=220147#p1066265
#Tracker item: https://tracker.moodle.org/browse/MDL-43385


It is possible to export as an IMS content package and make a couple of tweaks and then import.
==Why does Moodle hard code the print CSS to output books in Print format?==
Not really sure. See https://tracker.moodle.org/browse/MDL-43385


==Can I duplicate a book within a course?==
==Any further questions?==


Use the Sharing Cart.  See [http://moodle.org/mod/forum/discuss.php?d=167624 Discussion:Duplicating a book within a course]
Please post in the [https://moodle.org/mod/forum/view.php?id=2633 Book forum] on moodle.org.


[[Category:FAQ]]
[[Category:FAQ]]
[[de:Buch FAQ]]
[[es:Libro FAQ]]
[[fr:FAQ sur les livres]]

Latest revision as of 09:40, 3 May 2019

How can I enable students to edit a book?

Students are not supposed to be able to edit book; allowing it would be a serious security issue. The capability to edit book chapters is intended strictly for trusted users. Use a Wiki activity instead.

How can I enable students to import web pages?

Do not allow students to import or edit books! Only trusted users should have the capability to edit book chapters and the capability to import chapters.

How can I enable teachers to export a book to IMS content package?

Allow the capability to export to IMS CP for the role of teacher then go to Settings > Book administration > Generate IMS CP.

Why only two levels?

Two levels are generally enough for all books, three levels may lead to poorly structured documents. The Book module is designed for the creation of short multi-page study materials. Consider uploading a file in PDF format for longer documents.

How do I search within a book resource?

There is no internal search facility, though you can always use your web browser's search capability in print page view.

Can I import a PowerPoint into a book?

See the forum post Semi-automated PowerPoint to Book import macrofor one possible method.

Can I change the font of the print view for Book?

Not easily. In book view your theme controls how is your book is displayed, where as during printing, book/tool/print/print.css determines the font, which is defaulted to Times New Roman. See https://moodle.org/mod/forum/discuss.php?d=220147#p972743

  1. A hack: Use Print view in some utilities like Firebug to change the font.
  2. Another hack: See suggestion here: https://moodle.org/mod/forum/discuss.php?d=220147#p1066265
  3. Tracker item: https://tracker.moodle.org/browse/MDL-43385

Why does Moodle hard code the print CSS to output books in Print format?

Not really sure. See https://tracker.moodle.org/browse/MDL-43385

Any further questions?

Please post in the Book forum on moodle.org.