Trying to create a pronunciation guide. Learners can use a text entry box + submit, which then takes them to the correct audio recording of how to accurately pronounce what they put in the text entry box. The list of what could be typed in is about 10 items.
I’m trying to make an interactive search tool, but it needs to recognize the text input, and then play the correct audio file. The tool is to be a pronunciation guide for a set number of words trainees need to learn how to pronounce more accurately…
It could take the trainee to another slide (thinking that would stay within Captivate), or maybe execute some kind of Java code to play the correct file (but I am not familiar with Java coding)…
If the above is possible, does anyone have some tips to make it happen?
Thanks!
I think you mean JavaScript? Java is another programming language, not used in Captivate.
You should have to create an array in JavaScript to link the the audio files to the text which can be stored in a variable. I will leave you to the real JS experts.
You must be logged in to post a comment.