Mouse Reset Response¶
A mouse_reset response displays an element that participants must interact with to advance the trial. That element is either a button or a bullseye icon that participants must hover the mouse over before it turns into a button. This is most useful in mouse-tracking studies in order to force the participant's mouse to begin at a certain point. (See also the mouse_reset trial template.)
Required Properties¶
type¶
Optional Properties¶
alignment¶
- Definition: shorthand for the combined properties
"button_alignment"
and"instruction_alignment"
- Possible values:
"left"
,"right"
,"center"
- Default:
"center"
- See also:
button_alignment
,instruction_alignment
button_alignment¶
- Definition: Indicates how the button should be aligned (justified). Interactions with the
"reset_location"
property of the"mouse_reset"
trial template to allow for precise placement. For example, if the button is placed in the center right of the screen, setting"button_alignment"
to"right"
will ensure the button is rendered as close to the right edge of the trial window as possible. - Possible values:
"left"
,"right"
,"center"
- Default:
"center"
- See also:
alignment
button_content¶
delay¶
- Definition: delay the displaying of a response (relative to the latest onset of all stimuli on a given trial) by a certain number of seconds. This setting can be useful for forcing participants to read some text before making a response.
- Default:
0
(or omission) - Possible values: Any numeric value. Decimals are supported.
duration_timer¶
duration_timer_onset¶
Dependencies
Requires duration_timer
to be set to "true".
- Definition: When to show the duration timer. When set to
"start"
, the timer will appear as soon as the response is displayed and animate a stopwatch effect. When set to"end"
, the duration timer will only appear once the participant has made a reponse with no stopwatch effect. - Possible values:
"start"
,"end"
- Default:
start
hover_required¶
- Definition: The property that determines whether or not the participant must hover their mouse in a position for a designated amount of time before the button appears. When set to
true
, a bullseye icon will indicate where participants must hover their mouse cursor. - Default:
false
- Possible values:
true
,false
hover_time¶
- Definition: The number of seconds for which the participant's mouse must hover over the bullseye icon when
"hover_required"
is set totrue
. - Possible values: Any numerical value. Decimals are supported.
- Default:
2
- See also:
hover_required
instruction¶
- Definition: short text providing the necessary instructions for participants about the current responses. Use empty quotes
""
to remove the instruction - Possible values: Any text is allowable.
- Default:
"Click the [button_content] button to advance."
instruction_alignment¶
parent¶
- Definition: If specified, this response will inherit all properties from another defined response (aka, the parent), unless the same property is explicitly defined in this response.
- Possible values: The name of another defined response.
Recorded Data¶
No data is recorded for mouse_reset responses. For duration, see the trial duration.