Presenting stimulus pairs from different lists


Author
Message
SWIECHE
SWIECHE
Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)Associate Member (116 reputation)
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!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Reading This Topic

Explore
Messages
Mentions
Search