Making a search doc that recognizes text, and then plays the corresponding audio file
February 14, 2019
Making a search doc that recognizes text, and then plays the corresponding audio file
February 14, 2019
Newbie 1 posts
Followers: 0 people

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!

All Comments
Sort by:  Most Recent
Feb 15, 2019
Feb 15, 2019

It would be easier to setup the 10 words as buttons that play the audio file for the pronunciation of the word.

Like
()
Feb 15, 2019
Feb 15, 2019

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.

Like
()