-
Notifications
You must be signed in to change notification settings - Fork 0
iTrace IDE Plugin XML Format
Drew Guarnera edited this page Mar 12, 2019
·
3 revisions
<itrace_plugin session_id="">
<environment screen_width="" screen_height="" plugin_type="" />
<gazes>
<response event_id="" plugin_time="[timestamp_milli]" x="" y="" gaze_target="" gaze_target_type="" source_file_path="" source_file_line="" source_file_col="" editor_line_height="" editor_font_height="" editor_line_base_x="" editor_line_base_y="" />
...
</gazes>
</itrace_plugin>itrace_plugin tag attributes:
-
session_idunique identifier for a recording session
environment tag attributes:
-
screen_widthwidth of display in pixels used for the study -
screen_heightheight of display in pixels used for the study -
plugin_typeplugin used to record gaze data
response tag attributes:
-
event_idsynchronizing id from core data- Provided by Core
-
plugin_timetimestamp for data being recorded by tracker as a UTC Unix style timestamp in milliseconds -
xscreen based x coordinate- Provided by Core
-
yscreen based y coordinate- Provided by Core
-
gaze_targetUI element or source code file under gaze -
gaze_target_typetype of source code file or UI element -
source_file_pathfile path of open source code file under gaze -
source_file_lineline in open source code file under gaze -
source_file_colcol in open source code file under gaze -
editor_line_heightsize of editor line -
editor_font_heightfont height in editor -
editor_line_base_xline base x in editor -
editor_line_base_yline base y in editor