Can Moodle pronounce words when hovering over them?

Can Moodle pronounce words when hovering over them?

Manuel Aicart發表於
Number of replies: 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

評比平均分數: -
In reply to Manuel Aicart

這一討論區的貼文已經被移除

這一討論區的貼文已經被移除且無法再被存取
In reply to Manuel Aicart

Re: Can Moodle pronounce words when hovering over them?

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/