Group: Forum Members
Posts: 30,
Visits: 97
|
Hey everyone,
I'm having an issue with sending markers to the Tobii eye tracker data stream. Basically I want to send 3 different types of markers, indicating a fixation period, an information search period, and a feedback period. In total there are 15 trials (or rounds), so what I do is update several values during the experiment (for example, I set the marker of the first fixation period to 1001, while I set the information period of the same round to 2001, and in the next round I update it to 1002 and 2002, respectively).
This has worked fine for me in the past, but with the current study it's not working. Some notable differences are that I use the openended type of trial and some branching logic that branches into a survey page. So a single round consists of a normal trial, followed by an openended response, followed by a branched survey page; all packed within a single block. I update the values at the start of each block, and insert the markers in the stimulusframes attribute of each trial type (trial, openended, and surveypage).
The problem is that for some reason, I only see the markers of the fixation period (the first trial), but not those of the openended and survey pages. I've added the script to hopefully help resolve the problem (although it's quite a complicated script with many values being updated). The script I attach only works for participant number 1.
Hopefully someone can help!
|