Hello, for some reason when I download my data from pavlovia there is no participant ID in the data file or the name of the file. However, it is still granting credit to participants automatically.
I had the experiment on Pavlovia and it was saving the data file with the participant ID. I found an error in my instructions, so I corrected it in the builder and then re-synced the experiment under a new name. Now it is not saving the participant ID. Any advice is greatly appreciated!
My qualtrics link is: https://gsu.qualtrics.com/jfe/form/SV_b2yFHOEiJO1Irl4
In SONA I have https://gsu.qualtrics.com/jfe/form/SV_b2yFHOEiJO1Irl4?id=%SURVEY_CODE%
I have my ID variable in qualtrics:
Under end of survey in qualtrics I have my pavlovia URL and ID info:
Rein2 [PsychoPy]
My Qualtrics redirect link in SONA is:
GSU Psychology Research and Testing Site
And in my experiment completed URL is:
$“GSU Psychology Research and Testing Site”+expInfo[‘participant’]
In the data line in my experiment I have:
u’data/%s_%s_%s’ % (expInfo[‘participant’], expName, expInfo[‘date’])
My participant variable is lowercase as in the data line line above.