Group: Administrators
Posts: 13K,
Visits: 103K
|
Thanks for the clarification. In a nutshell you need to do something along the lines of
<values> / currentword = "" / currentitemnumber = 1 </values>
<block rateblock> / trials = [1-10=ratepage] </block>
<surveypage ratepage> / ontrialbegin = [values.currentitemnumber=list.worditemnumbers.nextindex; values.currentword=item.worditems.item(values.currentitemnumber); ] / questions = [1=word; 2=valence; 3=arousal] / showpagenumbers = false / showquestionnumbers = false </surveypage>
<caption word> / caption = "<%values.currentword%>" </caption>
<radiobuttons valence> / options = ("1", "2", "3", "4", "5") / orientation = horizontal </radiobuttons>
<radiobuttons arousal> / options = ("1", "2", "3", "4", "5") / orientation = horizontal </radiobuttons>
<item worditems> / 1 = "Word 1" / 2 = "Word 2" / 3 = "Word 3" / 4 = "Word 4" / 5 = "Word 5" / 6 = "Word 6" / 7 = "Word 7" / 8 = "Word 8" / 9 = "Word 9" / 10 = "Word 10" </item>
<list worditemnumbers> / poolsize = 10 </list>
<data> / columns = [date time subject blocknum blockcode trialnum trialcode response latency values.currentitemnumber values.currentword] / separatefiles = true </data>
|