Hi!
I have a quick question, say I have the following list:
<list list_target_2_side>
/ items = ("A", "B", "C")
/ poolsize = 9
/ maxrunsize = 2
/ selectionrate = always
/ selectionmode = random
</list>
Will the maxrunsize (if needed) override the specified pool to fullfil the constraint? That is, could it be that I end up with a total of 4 x A, 3x B and 2xC after 9 trials, instead of 3xA, 3xB, 3xC.
Or does the maxrunsize get overridden by the pool, and do I always end up with 3xA, 3xB and 3xC, with the possibility that there can be 3 consecutive stimuli (eg. C - C - C)?
Thanks!
Kerwin