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
Содержание FLASH 8-FLASH
Страница 1: ...Using Flash ...
Страница 12: ...12 Contents ...
Страница 110: ...110 Using Symbols Instances and Library Assets ...
Страница 128: ...128 Working with Color Strokes and Fills ...
Страница 156: ...156 Drawing ...
Страница 190: ...190 Working with Text ...
Страница 224: ...224 Working with Graphic Objects ...
Страница 270: ...270 Creating Motion ...
Страница 310: ...310 Working with Video ...
Страница 362: ...362 Working with Screens Flash Professional Only ...
Страница 386: ...386 Creating Multilanguage Text ...
Страница 454: ...454 Data Integration Flash Professional Only ...
Страница 500: ...500 Publishing ...
Страница 534: ...534 Creating Accessible Content ...