Skip to content

Mouse Reset Trial Template

A mouse reset trial template is specialized in handling mouse position reset trials in mouse tracking studies. Mouse reset trials must have exactly one response of type mouse_reset.

Properties

type

  • Definition: The type of trial template
  • Possible values: For mouse reset trial templates, must be specified as mouse_reset
"m1": {
  "type": "mouse_reset"
}

reset_location

  • Definition: Where on the screen to display the mouse reset response, specified using the same 3x3 grid used for stimulus placement:

    grid

  • Possible values: 1-9
  • Default: 8
  • To avoid conflicts between trial stimuli and the mouse reset response location, it is recommended to use the custom option to specify stimulus locations.
"m1": {
  "type": "mouse_reset",
  "reset_location": 2
}