Summary: | HTML Export - Interaction button to play sound does not export it's link to source code | ||
---|---|---|---|
Product: | LibreOffice | Reporter: | George Masters <masters.george> |
Component: | Presentation | Assignee: | Not Assigned <libreoffice-bugs> |
Status: | UNCONFIRMED --- | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | todventtu |
Version: | 4.2.5.1 rc | ||
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Courseware module I am trying to export with sound and interactive quizzes |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 101458 [details] Courseware module I am trying to export with sound and interactive quizzes I created an interactive courseware module. I have buttons at the bottom of each slide and some slides have question and answer buttons. The only button that does not export to HTML properly is the interaction to play a sound. With HTML 5, it would be easy to drop in a standard <audio> </audio> set of tags: <audio controls> <source src="horse.mp3" type="audio/mpeg"> <source src="horse.ogg" type="audio/ogg"> Your browser does not support this audio format. </audio> Since an interaction can only support one sound file, there would only be one source line for the sound button in the code. For non-coding folks who do interactive educational presentations, it would increase productivity and usability of the product and allow development of material that can be uploaded to LMS systems such as Moodle.