See http://www.millisecond.com/forums/Topic4092.aspx#4092.
I tested with "sequence", and now it is fulfilled the order of appearance of the conditions, but the items of each condition is repeated after a while and the task is endless...
I don't know what to do...
Thank u!!
The code you posted has no bearing on how stimuli / items are sampled. You need to set that up via the respective <text>, <picture>, etc. elements' /select attributes.
If you want a fixed order of trials, you should not sample *randomly without replacement* (i.e., 'noreplace) but use sequential selection (i.e., 'sequence').