Help: What Does This Variable/Value Mean?

I am editing a course that was done for my company by a 3rd party. They are way beyond my newbie understanding of Lectora, so I'm hoping someone can help me.


They have set up an action in the course that would display a Next button that would allow the learner to advance to the next slide.


They have a SetAudioFile varaible set up that strings together 3 or 4 audio files and plays them sequentially on a page. They do this so that the screen text can change to match the audio.


At the end of this audio string, the next button should pop up, but this is where the trouble arises.


To make the next button display, they have this variable set-up:


Trigger: Show

Modify Variable > Target: discoveryActions (User-defined)

Type: Set Equal

Value: og16699,og16701,og16703,og16705,og16707,og26354


It's those values I don't understand. They may not be related to the Next button. They might actually have to do with changing the on-screen text, but I'm flummoxed at this point.

Discussion (1)

og16699 is the html name of a group, so the action is defining an array of group objects on that page. That array or the variable it's in is probably used in a javascript somewhere on the page (may be on title level). Check the attached image to see how to find out the html name of a group (or any object).


[ATTACH=CONFIG]518[/ATTACH]


Tim

Discussions have been disabled for this post