Skip to main content

Input

A detailed log of all inputs and clicks recorded during the trial.

Key

FieldTypeRequirementDescription
input_idPRIMARY KEYrequiredPrimary key; each input or click has its own identifier value that is unique within the table.

Context

FieldTypeRequirementDescription
response_ididrequiredIndexing all the clicks that occurred within a given trial; ranging from 1 to input_count in the corresponding Response table.
response_element_indexindexoptionalIndicates which of the clicks is used and in what order to form the actual response in the response table when response_structure is "sequence" or "set".

When

FieldTypeRequirementDescription
onsetfloatrequiredDuration between the start of the trial and the moment the mouse button press occured, in seconds.
durationfloatoptionalDescribes for how long the mouse button was pressed, in seconds.

Where

FieldTypeRequirementDescription
x_screenintegeroptionalX coordinates of the click relative to the left edge of the screen in pixels.
y_screenintegeroptionalY coordinates of the click relative to the top edge of the screen in pixels.
x_viewportfloatoptionalX coordinates of the click relative to the left edge of the screen expressed as a fraction of the screen width.
y_viewportfloatoptionalY coordinates of the click relative to the top edge of the screen expressed as a fraction of the screen height.

What

FieldTypeRequirementDescription
object_typeenumrequiredDescribes the type of object that was clicked on (e.g., "button").
object_namestringrequiredThe human-readable name of the object that was clicked on (e.g., "sos_box_1_3").
is_object_enabledbooleanoptionalIndicates whether the object that was clicked on was enabled (clickable) or not.
object_statestringoptionalDescribes the state the object was in before it was clicked on. The meaning of "state" depends on the particular task (e.g., "new empty").
option_ididoptionalIf the click is on an option, this variable indicates which option it was.
stimulus_ididoptionalIf the click is on a stimulus, this variable indicates which stimulus it was.