Tracking properties available in the SessionArray

The property names reference standard interaction tracking values for both AICC and SCORM LMS's. You can retrieve an interaction's properties by referencing its location in the following command:

SessionArray[n].[property_name]

For example, to reference the interaction_id value for interaction #1, you would use this command:

SessionArray[0].interaction_id

To reference the result value for interaction #2, you would use this command:

SessionArray[1].result