URL of experiment: breakAndReportV2 [PsychoPy]
Description of the problem: I want to have a specific naming scheme for the file names of the data files (basically I changed the participant field to “full name” and added a field called “before or after use”)
I filled the “Data filename” field in the local Psychopy builder with the following code: ‘data/%s_%s_%s_%s’ % (expInfo[‘Full_name’], expName, expInfo[‘date’], expInfo[‘Before_or_after_use’])
This works fine in the local version, but not in the online version, where the filename just says PARTICIPANT (in caps) and then the expname and then the datetime.
All of the variables from expInfo exist and appear inside the data file tself but I need them appended to the filename
Any ideas why this is happening?
Thanks!