Group: Forum Members
Posts: 2,
Visits: 8
|
Hello, I'm recently working on the procedure in which I have to display items without replacement from unequal categories. qFURNITURE_S has 2 items, qFURNITURE_M has 3 items and qFURNITURE_W has 5 items. I tried noreplace and noreplacenorepeat command and both of them don't work (so some of the items are displayed more than once). Also at the trial level I used both commands (noreplace and noreplacenorepeat ) to make them unrepeatable. Below I pasted the part of the script. Thanks for your help in advance. <block FURNITURE> /trials = [1=firstFURNITURE; 2-11=noreplacenorepeat(qFURNITURE_S,qFURNITURE_M,qFURNITURE_W)] /bgstim = (categorization,FURNITUREhead) </block>
|