Since the following counter specifies a noreplacenorepeat, shouldn't I get six trials of each color word and 24 trials of the XXXX word in an experiment with 48 trials?:
*****************************************************************************************************************
*****************************************************************************************************************
Display
*****************************************************************************************************************
*****************************************************************************************************************
<counter cdic>
/ items = (2,3,4, 1,3,4, 1,2,4, 1,2,3, 2,3,4, 1,3,4, 1,2,4, 1,2,3)
/ select = noreplacenorepeat
/ selectionrate = trial
</counter>
*****************************************************************************************************************
*****************************************************************************************************************
Word
*****************************************************************************************************************
*****************************************************************************************************************
<counter cwic>
/ items = (1,1,1, 2,2,2, 3,3,3, 4,4,4, 5,5,5, 6,6,6, 7,7,7, 8,8,8)
/ select = current(cdic)
/ selectionrate = trial
</counter>
*****************************************************************************************************************
*****************************************************************************************************************
Items: Color Words
*****************************************************************************************************************
*****************************************************************************************************************
<item colorwords>
/ 1 = "BLUE"
/ 2 = "GREEN"
/ 3 = "RED"
/ 4 ="YELLOW"
/ 5 ="XXXX"
/ 6 ="XXXX"
/ 7 ="XXXX"
/ 8 ="XXXX"
</item>