Moodle Plugins directory: Presentation | Moodle.org

Presentation
Deploy reveal.js presentations in Moodle!
Alternative to Microsoft PowerPoint presentations
See: https://github.com/hakimel/reveal.js for documentation and details about how to create slides and various effects/transitions.
reveal.js official demo: http://lab.hakim.se/reveal-js/#/
WARNING: Not for the faint hearted but well worth the effort to learn how to use. You will need to have some knowledge of HTML scripting and how to upload files to Moodle's File System repository via FTP.
Create, upload, and display fully functioning multimedia HTML5/CSS/JS presentations. It supports:
- Text
- Images
- Audio (HTML5 audio tags)
- Video(HTML5 video tags)
- SVG images and animations (depending on browser compatibility)
- Embedded web pages and resources (iframes)
It doesn't support Flash or Java applets. This is a pure HTML5/CSS/JS presentation module.
Supports web audio and video formats and can provide multiple version files (in source tags), e.g. myvideo.mp4 and myvideo.ogg for cross browser compatibility.
Has some really slick transitions and styles built in. Makes your presentations look amazing
Create, display, transfer, and share sophisticated multimedia presentations that display beautifully in HTML5 compliant browsers.
This is a beta version. Not for production servers!
Github.com repo: https://github.com/matbury/mod_revealjs
Demo on Moodle: https://matbury.com/moodle/course/view.php?id=2
You can make the file permissions more open with: $ sudo chmod 0777 -R /var/www/moodledata/repository/revealjs (Assuming that you're using a standard LAMP server configuration).
Does it work with Moodle 3.4?
Thanks.
I hope this helps,
Matt
I've just uploaded an updated version that works on Moodle versions 3.0 - 3.4
Cheers!
Matt
I am attempting to add a presentation to my Moodle course. I add activity Presentation. in the Presentation settings the first drop down asks me to "Choose a file" to upload, however, there is no place in which I can do that. Any idea what's wrong?
Yes, hopefully the organisation that commissioned this plugin will be updating their version of Moodle & therefore this plugin will need updating too. Should happen soon.
ERROR: The attempt to fetch markdown.md failed with HTTP status 404.Check your browser's JavaScript console for more details.
Remember that you need to serve the presentation HTML from a HTTP server.
Thank you so much!