Group: Forum Members
Posts: 9,
Visits: 24
|
Hi there,
I am trying to add in event markers for an eyetracking study, but am having trouble getting them to reliably display. For example, with the code below I cannot get markers to send for the stimulusframes where inquisit is pulling a stimulus using the 'noreplacenorepeat' function. What am I doing wrong? Please help :)
Thanks, Liz
<port drink> /port = eyetracker /items = (1) </port>
<port face> /port = eyetracker /items = (2) </port>
<port mask> /port = eyetracker /items = (3) </port>
<port blank1> /port = eyetracker /items = (4) </port>
<trial practice> /ontrialbegin = [values.picturename1=picture.1practice_WM.currentitem] /stimulustimes = [0=noreplacenorepeat(picture.Neutraldrinks), drink; 1700=blank, blank1; 1800=noreplacenorepeat(picture.1practice_WM), face; 3600=picture.mask_practice_WM, mask] /timeout = parameters.stimulusduration / ontrialend = [values.actual_crowd_mean=picture.1practice_WM.currentitemnumber; values.drink=0; values.crowdgender=2; values.crowdrace=1; values.rt = likert.practiceangerlikert.latency; values.picturename1=0] / recorddata = true / screencapture = true / branch = [return likert.practiceangerlikert] / datastreams = (eyetracker) </trial>
|