Tracking properties available in the SessionArray
The property names reference standard interaction tracking values for both AICC and
SCORM LMSs. You can retrieve an interaction's properties by referencing its location in the
following command:
SessionArray[n].[property_name]
For example, to reference the
following command:
SessionArray[0].interaction_id
To reference the result value for interaction #2, you would use the following command:
SessionArray[1].result
Predefined property names
The following table describes the predefined property names:
Property name
interaction_id
interaction_type
objective_id
weighting
correct_response
student_response
result
latency
dateStamp
timeStamp
All the methods and properties of the
SessionArray index.
interaction_id
Description
Unique interaction name
Type of interaction
Objective identification number
Weighting value for this interaction instance; some interactions can
have more weight than others
Formatted correct response returned from the user parameters
Formatted student response returned from the evaluation
Result of the evaluation
Elapsed time during this interaction session
Date when the interaction occurs
Time when the interaction starts
LToolBox
value for interaction #1, you would use the
global class are available within each
Extending learning interaction scripts
591
Need help?
Do you have a question about the FLASH 8-USING FLASH and is the answer not in the manual?