Are you trying to randomize the presentation of any, all, or some specific stimuli in each of the four blocks?
Are you trying to randomize the presentation of any, all, or some specific stimuli in each of the four blocks?
Jason Reed
Empirisoft Software Support Specialist
You should be able to accomplish this by first listing all stimuli and items within a block in the order you want them to appear in the .que file. Do this for all four blocks of ten stimuli and the 5 items corresponding to each stimulus.
Then, every stimulus and item in a particular block should get the same non-zero positive integer in its bgr field (i.e., everything in block one should get a number like 1). This should present everything in a particular block in the order in which it is listed in the .que file, but randomize the order of the blocks presented to a particular participant.
Jason Reed
Empirisoft Software Support Specialist
Within each block, assign all of the items you want to randomize the same nonzero positive integer in the wgr field. Items with the same number in the wgr field will be randomized when running that .que file. Use different nonzero positive integers to randomize different sets of items.
Jason Reed
Empirisoft Software Support Specialist