Bug 80310 - HTML Export - Interaction button to play sound does not export it's link to source code
Summary: HTML Export - Interaction button to play sound does not export it's link to s...
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Presentation (show other bugs)
Version: 4.2.5.1 rc
Hardware: x86-64 (AMD64) All
: medium enhancement
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-20 21:06 UTC by George Masters
Modified: 2014-11-01 16:03 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Courseware module I am trying to export with sound and interactive quizzes (2.50 MB, text/plain)
2014-06-20 21:06 UTC, George Masters
Details

Description George Masters 2014-06-20 21:06:27 UTC
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.


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.