Group: Forum Members
Posts: 12,
Visits: 27
|
Thank you very much! Unfortunately, now I have the following problem:
I defined the list:
<list responsetrials> / items = (trial.notriggertrial, trial.triggertrial) / poolsize = 10 / itemprobabilities = (.9, .1) </list>
and the two trial types:
<trial notriggertrial> / posttrialpause = replace(3500, 4000, 4500, 5000, 5500, 6000, 6500) / stimulustimes = [0=feedback_leer, Marker_Response_Control_L] / timeout = 2500 </trial>
<trial triggertrial> / posttrialpause = replace(3500, 4000, 4500, 5000, 5500, 6000, 6500) / stimulustimes = [0=feedback_leer, Marker_Response_Control_L; 1500=Pain; 1550=Pain; 1600=Pain)] / timeout = 1000 </trial>
(Pain is the name of the trigger, see below) only now I get the message: Could not locate element ''. (in Element: trial.triggertrial; Attribute: stimulustimes).
I checked whether I have defined all stimulus items, which I did:
<text feedback_leer> / items = feedback_leer / position = (50, 50) / txcolor = (0,0,0) / txbgcolor = (0,0,0) </text>
<item feedback_leer> / 1 = "" </item>
<port Marker_Response_Control_L> / port = lpt2 / subport = data / items = (211) </port>
<port Pain> / port = lpt3 / subport = data / items = (255) </port>
Do you have an idea what could be the problem?
|