Tracking properties available in the SessionArray

The property names reference standard interaction tracking values for both AICC and SCORM LMSs. 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, use the following command:

SessionArray[0].interaction_id

To reference the result value for interaction #2, use the following command:

SessionArray[1].result

  This page on the Web