Group: Administrators
Posts: 13K,
Visits: 104K
|
It's quite simple. <counter> elements' selection pools by default *reset* at the beginning of a <block>. If you want to keep the selection pool intact *across blocks*, you ought to specify a proper /resetinterval
<counter Nlevel> /items = (1,2,1,2,1,2) / select = sequence / resetinterval = 0 </counter>
(0 means 'never reset unless out of items to sample from')
In addition, please make sure your Inquisit version is up to date. For Inquisit 3, you ought to be using version 3.0.6.0.
|