Experiment start
in OpenSesame
Hi all, I was wondering, at the initial run menu the program gives you the option of giving both the subject number and the file number. Is it possible to both link those options (changing either will change both accordingly) and to have them update automatically (meaning that if the program sees that the file/subject number exists it will start from the next number)?
Comments
Hi @Jordan ,
You cannot disable this in the user interface. However, if you want to implement something like this, for example because you're going to collect a large number of participants and you want to make sure that this is done systematically, then you can do the following:
.batfile in Windows or.shfile on Linux/ Mac OS to automatically launchopensesamerunwith some dummy parameters, such as subject number 0 and log filedummy.csv.inline_scriptthat checks which log files already exist on the hard drive, and based on this programmatically open a new log file and set the subject number accordingly.For more information, see:
Hope this helps!
— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!