Can Moodle pronounce words when hovering over them?

Can Moodle pronounce words when hovering over them?

yazan Manuel Aicart -
Yanıt sayısı: 2

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

Manuel Aicart yanıt olarak

Bu forum gönderisi kaldırıldı

Bu forum gönderisinin içeriği kaldırıldı ve artık erişilemez.
Manuel Aicart yanıt olarak

Re: Can Moodle pronounce words when hovering over them?

yazan G. M. -

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/