Extending learning interaction scripts
591
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
interaction_id
value for interaction #1, you would use 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:
All the methods and properties of the
LToolBox
global class are available within each
SessionArray index.
Property name
Description
interaction_id
Unique interaction name
interaction_type
Type of interaction
objective_id
Objective identification number
weighting
Weighting value for this interaction instance; some interactions can
have more weight than others
correct_response
Formatted correct response returned from the user parameters
student_response
Formatted student response returned from the evaluation
result
Result of the evaluation
latency
Elapsed time during this interaction session
dateStamp
Date when the interaction occurs
timeStamp
Time when the interaction starts
Summary of Contents for FLASH 8-FLASH
Page 1: ...Using Flash ...
Page 12: ...12 Contents ...
Page 110: ...110 Using Symbols Instances and Library Assets ...
Page 128: ...128 Working with Color Strokes and Fills ...
Page 156: ...156 Drawing ...
Page 190: ...190 Working with Text ...
Page 224: ...224 Working with Graphic Objects ...
Page 270: ...270 Creating Motion ...
Page 310: ...310 Working with Video ...
Page 362: ...362 Working with Screens Flash Professional Only ...
Page 386: ...386 Creating Multilanguage Text ...
Page 454: ...454 Data Integration Flash Professional Only ...
Page 500: ...500 Publishing ...
Page 534: ...534 Creating Accessible Content ...