Can Moodle pronounce words when hovering over them?

Can Moodle pronounce words when hovering over them?

από Manuel Aicart -
Αριθμός απαντήσεων: 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

Αυτή η δημοσίευση στο φόρουμ έχει καταργηθεί

Το περιεχόμενο αυτής της δημοσίευσης στο φόρουμ έχει καταργηθεί και δεν είναι πλέον δυνατή η πρόσβαση.
Σε απάντηση σε 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/