I’m hosting a psychopy experiment on pavlovia. Subjects were recruited from Cloud Research Connect. I was wondering if there is anyway to log the subject id on Cloud Research Connect when saving the data (using psychopy data logging functionality via the code component, for example). Is that possible? How do other data collection platforms do this (e.g. prolific)?
Thanks! I do have subj id in the URL, but is it possible to get the information from URL to psychopy and then save it?
cloud research connect does append the following to the pavlovia URL automatically: ?participantId=XXXXX&assignmentId=XXXXX&projectId=XXXXX
Is it possible to directly read these info to psychopy?
If Cloud Research Connect appends ?participantId=XXXXX&assignmentId=XXXXX&projectId=XXXXX to the URL then you would add participantId, assignmentId and projectId to the expInfo dialogue box in Experiment Settings.