Can Moodle pronounce words when hovering over them?

Can Moodle pronounce words when hovering over them?

av Manuel Aicart -
Antall svar: 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

Gjennomsnittlig vurdering: -
Som svar til Manuel Aicart

Dette foruminnlegget har blitt fjernet

Innholdet i dette foruminnlegget har blitt fjernet og er ikke lengre tilgjengelig.
Som svar til Manuel Aicart

Re: Can Moodle pronounce words when hovering over them?

av 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/