Passing FLASH Quiz variables from Lectoa to LMS

Ok, I see what you are trying to do. I'm assuming you are passing '9' back to lectora right like this in Flash (Syntax is very important)? ExternalInterface.call("VarQuestion_0002.set("+AnswerVal+")");

Are you hiding the next/submit button before they answer, and then showing it? It doesn't look like it here. This would provide a nice visual cue that your communications are working properly from flash to lectora.

I'm also seeing an error in the XML file for the test questions. You should create the questions as seperate text boxes in this instance. Your returns/shift+returns are causing errors parsing the Javascrpt and XML when scoring.

You could also in flash just change the value of the blank question to correct or incorrect based on how they answer the question.

Discussions have been disabled for this post