Group: Forum Members
Posts: 19,
Visits: 58
|
thank you very much. I would like to have your opinion also in that: the position of these words should change BETWEEN participants according to their participant number (odd number: word DISGUST on the left and word FEAR on the right - even number: word FEAR on the left and word DISGUST on the right). I created this: ... <text disgust_left> / items = ("DISGUST") / position = (10,50) / erase = false </text>
<text disgust_right> / items = ("DISGUST") / position = (90,50) / erase = false </text>
<text fear_left> / items = ("FEAR") / position = (10,50) / erase = false </text>
<text fear_right> / items = ("FEAR") / position = (90,50) / erase = false </text>
....
<trial mytrial> / ontrialbegin = [ if (script.subjectid==1) trial.mytrial.insertstimulustime(text.disgust_left,text.fear_right, 0) else trial.mytrial.insertstimulustime(text.disgust_right,text.fear_left, 0) ] ... </trial?
But it doesn't work. Any better idea?
|