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.