Group: Forum Members
Posts: 8,
Visits: 42
|
Hi, I would appreciate your help. I'm trying something apparently quite simple: to program a series of Stroop trials without feature repetitions (and without extensive preparation of the sequences beforehand). That program should be easy to achieve with the aid of the /not() and /select= replacenot() atributes from the counter element. However, I'm afraid that I'm not being able to make it work. As an example, if I use the following code to program the incongruent trials, thus forcing the selection of the word-item to be different from that used for the inkcolor, sometimes I found that the selected word coincides with the selected inkcolor. What am I doing wrong? Thanks Luis.
<counter inkcolor> / select = replacenorepeat / items = ("rojo","verde","azul","negro") / selectionrate = trial </counter>
<text wordINC> /select = replacenot(inkcolor) / items = ("rojo","verde","azul","negro") / txcolor =(expressions.codR;expressions.codv;expressions.coda) / fontstyle = ("Arial", 44pt, true) </text>
|