Passing FLASH Quiz variables from Lectoa to LMS

"What I am doing is setting AnswerVal in FLASH to the users response and then using FlashCommand Actionin lectora to Get Variable AnswerVal and dumping it to Question_0007 and letting a fill in the blank question mark it right or wrong."

Here is the problem. You are going to run into timing issues grabbing the value from Flash. You can fix this by two ways:

Fix 1: Use the ExternalInterface code that I posted above. This is what I use for all my interactions.

Fix 2: In your actions when you hit submit, pull the data from flash using the flash command, and add a delay timer in before moving onto the next page. Or add a loop to do that.

Discussions have been disabled for this post