Hi Dave,
Thanks for help on how to use the list element script. I've fiddled around with it, but now I'm having problems with only a subset of the blocks showing. Specifically, I want 6 blocks to appear without replacement, but only 1 OR 2 do (I can't figure out the pattern of when one versus the other occurs). Do you have any idea about why this might be going on?
Below is a truncated example of the script that I've written:
<list PairSelect1>
/ items = (list.WBm1.nextvalue, list.WWm1.nextvalue, list.WBf1.nextvalue, list.WWf1.nextvalue, list.Filler5, list.Filler8)
/ selectionmode = random
/ replace = false
</list>
<list Filler5>
/ items = (block.Filler5)
</list>
<list Filler8>
/ items = (block.Filler8)
</list>
<list WBm1>
/ items = (block.WM1BMa, block.WM2BMb, block.WM3BMc, block.WM4BMd)
/ selectionmode = random
</list>
<list WWm1>
/ items = (block.WM5WMa, block.WM6WMb, block.WM7WMc, block.WM8WMd)
/ selectionmode = random
</list>
<list WBf1>
/ items = (block.WF1BFa, block.WF2BFb, block.WF3BFc, block.WF4BFd)
/ selectionmode = random
</list>
<list WWf1>
/ items = (block.WF5WFa, block.WF6WFb, block.WF7WFc, block.WF8WFd)
/ selectionmode = random
</list>
<expt >
/blocks = [ 1-6=list.pairselect1]
/ subjects = (1 of 4)
</expt>
Where each of the blocks is set up similar to this (each trial is a separate question):
<block WM1BMa>
/ trials = [ 1-10=noreplace(WM1BMagetalong, WM1BMacomm1, WM1BMadisgust, WM1BMaanger, WM1BMaanxious, WM1BMaexpect1, WM1BMaexpect2, WM1BMasimilar1, WM1BMasimilar2, WM1BMasimilar3)]
</block>