I know we can redirect participants from sona to Pavlovia then back to Sona. However, what if I am using two sona pools and I want to redirect the participants to the Sona pool where they come from?
I know psychopy/js can access information from the link. Maybe I can pipe the information through the link from sona to pavlovia by appending it as index.html?sona_source=ling/psych?
If you send info about which Sona the participant is coming from them you can use that to change the redirect URL with psychoJS.setRedirectUrls(myCompletedURL
Thank you! Do you know whether SONA outputs its own URL or other information so that it can be piped into Pavlovia? Right now, it outputs ?participant=%SURVEY_CODE% but this isn’t enough to distinguish which SONA pool the participant is from.