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

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!

2 Comments
2019-02-15 16:29:20
2019-02-15 16:29:20

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

Like
2019-02-15 08:47:30
2019-02-15 08:47:30

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
Add Comment