[open] Invisible boundary trigger for eye tracking
Hi,
Is there a way to create invisible boundary triggers with open sesame? The effect that I want to achieve is to tabulate how many trials participants move their gaze from a central fixation before prompted to do so.
Thanks!
John
Comments
Hi John,
There isn't a ready-made plug-in, but you could use an inline_script to do so using
exp.eyelink.sample()(see here). An example script that waits until the gaze position has been moved too far from a central fixation point:(place the following in the Run phase of an inline_script item)
Does this help?