+x Dave - 9/24/2025+x astovall - 9/24/2025Below is what I’ve tried (apologies, I should’ve included this with my original post), but it runs the tasks in sequential order every time./ file = “script1.iqx”/ file = “script2.iqx”/ file = “script3.iqx”/ selectionmode = randomYes, that's correct and works perfectly fine here. If you're testing with Inquisit Lab, close the application between runs. It may be that the randomizer doesn't get a new seed value otherwise and threfore produces the same order.
+x astovall - 9/24/2025Below is what I’ve tried (apologies, I should’ve included this with my original post), but it runs the tasks in sequential order every time./ file = “script1.iqx”/ file = “script2.iqx”/ file = “script3.iqx”/ selectionmode = random
+x astovall - 9/23/2025Hello,I want to run a batch script of three different tests in a purely random order (not related to group assignment or session). Is this possible? The selectionmode attribute doesn't seem to do anything in a batch element.Thank you.