OS (12.4).
PsychoPy 2022.2.2
Standard Standalone
**What are you trying to achieve?
The builder is set such that for each initiation of the experiment there is a random number assigned for every participant. How can work around this so that the participant window appears blank but required so that every participant can fill it out with a number manually.
I tried to delete the default setting for participant (attached) which was set to “f”{randint(0, 999999):06.0f}“”, and I added “*” next to participant to make the window required.
However when I put a random ID number for participant and tried to run the experiment and , the experiment aborted with the below message:
filename = thisDir + os.sep + u’data/%s%s_%s’ % (expInfo[‘participant’], expName, expInfo[‘date’])
KeyError: ‘participant’
################ Experiment ended with exit code 1 [pid:16786] ################
Could you kindly advise on how to address this issue please,
Thanks in advance for your help