https://bugs.freedesktop.org/show_bug.cgi?id=80310

          Priority: medium
            Bug ID: 80310
          Assignee: [email protected]
           Summary: HTML Export - Interaction button to play sound does
                    not export it's link to source code
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 4.2.5.1 rc
         Component: Presentation
           Product: LibreOffice

Created attachment 101458
  --> https://bugs.freedesktop.org/attachment.cgi?id=101458&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to