Passing Raptivity Variables to Lectora

Ben is correct. There are some things that you want to take a look at though when working with javascript and passing variables and actions into and out of lectora between flash or whatever medium.In Bens example, the LectoraVariable has to be all lowercase, because when Lectora publishes to HTML/AICC/SCORM it throws all variables to lowercase.Also to exit to another page where you know the address, you can just use this function where the page location is this example a001_example_page.html:javascript:trivExitPage( 'a001_example_page.html', true )I haven't used raptivity, but you can use this javascript command to have greater control of what happens without trying to get all crazy with variables if you don't want to.

Discussions have been disabled for this post