can't get 'cmi.core.student_name' SCORM variable in lectora v9.x
July 30, 2009 12:00 AM
Ok here is what I suggest.
In Lectora, have an action to set the variable doGetValue in Flash.
On: Show
Action: Flash Command
Target: Your Flash File
Command: Set Variable
Name:doGetValue Value:VAR(AICC_Student_Name)
Next, write down the action name (turn on show publish names in preferences): action1234
In Flash call this action by using this:
ExternalInterface.call('action1234');
This will set the variable in Flash.
For progress:
ExternalInterface.call("AICC_Lesson_Status.set('completed')");
This should do it.
Discussions have been disabled for this post