Hi Eline and Lieke,
I'm not sure I fully understand what you are trying to do, but here are some pointers that will hopefully help:
To add and remove blocks, you should modify the /blocks command of the <expt> object. In the template, it looks like this:
<expt>
/ blocks = [1=attributepractice; 2=block1; 3=block3; 4=block4; 5=block5; 6=block6; 7=block7; 8=summary]
</expt>
where the actual block names are substituted according to the <variables> definition. Simply remove the blocks that you don't want.
To control how many stimuli are presented in a block, use the /trials command of the <block> element. In your example above, you could set the /trials as follows:
/ trials = [1=instructions; 2-21 = noreplace(positive, positive, negative, targets)]
By listing "positive" twice, it will be selected twice as frequently.
Hope this helps,
Sean