Moodle Plugins directory: Lesson Export EPUB: Versions: 2.7+ (Build: 2017041100) | Moodle.org

Lesson Export EPUB
Lesson Export EPUB 2.7+ (Build: 2017041100)
Code prechecks
Lesson export
This plugin adds the ability to export Moodle lessons as epub documents. This plugin was split from the lessonexport plugin for more granular control. Many thanks to Davo Smith for developing the original base-code this plugin was ported from.
Usage
Once the plugin is installed, you can visit a lesson, then click on the new 'Export as epub' link that appears in the activity administration block (with javascript enabled, similar links are inserted on the top-right corner of the page).
Settings
There are many globally configurable options for exporting documents from a lesson including;
Settings
- Strict mode - Throw exceptions on content errors
- Cover photo banner colour
- Custom CSS
Customising
If you want to add your organisation's logo to the front page of the exported lesson, please replace the file local/lessonexportepub/pix/logo.png with your logo. Do not alter the file dimensions, it must remain 514 by 182 pixels.
Customise the following language strings, to alter the embedded export information: 'printed' - set the description on the front page 'This doucment was downloaded on [date]'
(see https://docs.moodle.org/en/Language_customization for more details)
Disclaimer
This repository has been modified, from the wikiexport plugin, with the sole intention of exporting Lesson modules. It is provided as-is and is open to pull requests or issues. It was developed by Adam King for use at SHEilds Health & Safety. Any development going forwards will be to abstract the plugin to match many use-cases.
Version information
- Version build number
- 2017041100
- Version release name
- 2.7+ (Build: 2017041100)
- Maturity
- Stable version
- MD5 Sum
- d994d749a505e4ab7c0590842b16bcc1
- Supported software
- Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1
- The more recent release 2.7+ (Build: 2017041200) (2017041200) exists for Moodle 2.7
- The more recent release 2.7+ (Build: 2017041200) (2017041200) exists for Moodle 2.8
- The more recent release 2.7+ (Build: 2017041200) (2017041200) exists for Moodle 2.9
- The more recent release 2.7+ (Build: 2017041200) (2017041200) exists for Moodle 3.0
- The more recent release 2.7+ (Build: 2017041200) (2017041200) exists for Moodle 3.1
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- epub
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.