Hi,
In my experiment, I would like to randomly select a condition file for each participant, because each file contains different set of stimuli.
So in the code component (Begin Experiment), I put
condNum = randint(1,1000)
condFile = 'condFiles/condFile' + str(condNum) + '.csv'
and I put $condFile
under the condition property of the loop.
It works on my local computer, but it does not work on Pavlovia.
Is it possible to do so on Pavlovia?
Any help would be much appreciated!