Group: Forum Members
Posts: 9,
Visits: 49
|
Hi! I have a question regarding: presenting stimulus pairs from different lists. In the example Think/No-think script, the stimulus pair is presented as follows:
<text wordPair> / items = ("<%item.words.item(values.index_cueword)%> - <%item.words.item(values.index_recallword)%>") / fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1) </text>
Here, the text contains items from the same list. I have changed this to the following as I am retrieving words from different lists: <text Suppressioncues> / items = ("<%item.Suppressioncue.item(values.index_Suppressioncueword)%> - <%item.Suppressiontarget.item(values.index_Suppressionrecallword)%>") / fontstyle = ("Arial", parameters.wordHeight, true, false, false, false, 5, 1) </text>
Unfortunately, this code is not running. This is why my question - is it not possible to index from different lists or is there something else that I am doing wrong?
Many thanks!
|