This article applies to:
E-Prime Extensions for Tobii Pro 3.2
Symptoms
The PackageFile remarks state "Only one of the term-match pairings need to match to write data to the gaze data file" which is incorrect.
Detail
Both the term-match pairings need to match to write data to the gaze data file. Term1 AND term2 need to match their respective matches parameter.
For example, if "dog" is term1 and is the same as matches1 (i.e., "dog") and "animal" is term2 and is the same as matches2 (i.e., "animal"), then a value would be written to the user defined property (e.g., from vUserPropertyList in TET_GazeDataOpen).
Workaround
To see if Term1 OR Term2 match their respective matches parameter, 2 PackageCall routines to TET_GazeDataSetPropertyMatch must exist in a row (both with term1 and matches1 specified).
NOTE: "" can be specified to leave term2 and matches2 blank.
For example:
- TETGazeDataSetPropertyMatch1 = c, "X", [Stimulus], "", "", "PropertyName1", "Hello!"
- TETGazeDataSetPropertyMatch2 = c, "Y", [Stimulus], "", "", "PropertyName2", "Goodbye!"
The resulting gazedata file would print "Hello" for X trials and "Goodbye" for Y trials.
See Also:
RELEASE INFO: E-Prime Extensions for Tobii Pro 3.2 Known Issues [28931]
BUG: Issues with TETGazeDataSetProperMatch and TETGazeDataSetProperMatchLimit [34510]
Comments
0 comments
Please sign in to leave a comment.