|
Group: Administrators
Posts: 13K,
Visits: 109K
|
/ aoidurationthreshold determines the time a given participant must gaze within a specific area of interest before a hit is scored / that gaze is scored as a response.
> I'm trying to use the preferential looking script but I want to record the total looking time to each image on each trial rather than > having it time out after a threshold is reached.
The problem with this idea is: How is the given trial supposed to terminate, i.e., accept a gaze at an object as a response if there is no threshold of any kind specified?
<trial puppypuppy> / ontrialbegin = [values.marker = (picture.puppyleft.currentindex * 100) + picture.puppyright.currentindex;] / ontrialbegin = [port.marker.setitem(values.marker, 1);] / stimulustimes= [1=puppyleft, puppyright, marker] / inputdevice = eyetracker / validresponse = (puppyleft, puppyright) / screencapture = true / draw = pen / showmousecursor = true </trial>
|