Some language learning websites allow you to hear words pronounced when you hover with the mouse over them. Could you do it with Moodle or maybe it's already possible? Thanks
Hello Manuel,
What you want can be done. You basically need to use the onMouseOver event along with the HTML5 audio element. You may Google for various examples, like:
http://www.techumber.com/2012/12/playing-sounds-on-mouse-hover-using-HTML5.html
http://allwebco-templates.com/support/S_audio_onmouseover.htm
http://www.javascriptkit.com/script/script2/soundlink.shtml
http://css-tricks.com/play-sound-on-hover/