Linking Pavlovia only to Qualtrics and generate participant ID

URL of experiment: https://run.pavlovia.org/Duncan1/honoursprojectak

Description of the problem:

Hi, I was wondering whether it is possible to only link pavlovia and qualtrics while still generating a participant ID. I’ve been using the guide at: Sona -> Qualtrics -> Pavlovia -> back - Google Docs but I realised linking my experiment to Sona will greatly reduce my sample size as it is department restricted at my university.

I have found https://moryscarter.com/vespr/pavlovia.php this guide but I just want to make sure that I haven’t misunderstood anything. What would the right link be? When using this link https://moryscarter.com/vespr/pavlovia.php?folder=a&experiment=b&id=c&researcher=d
would duncan1 from my link replace the a in folder=a, and honoursprojectak the b in experiment=b? Do I just add the &id=c&researcher=d as it is?

Ideally, I would want a way to give the participant an ID when they start Qualtrics and then this ID would carry over to Pavlovia. The experiment finishes with Pavlovia, so the participant does not return to Qualtrics afterwards. Any help is greatly appreciated!

Kind regards,
Aurora

Yes, that’s correct

https://moryscarter.com/vespr/pavlovia.php?folder=Duncan1&experiment=honoursprojectak&id=c&researcher=d/

Hi! I have tried this with and without the / at the end but the link doesn’t work either way. Do I need to define id and researcher somehow in my code? Thank you!

Hi,
For my study the link is

https://run.pavlovia.org/ElleJ/squirrel_peeking/

To send over data from qualtrics I had to add embedded data for Participant ID in qualtrics (which i assume you knw how to do?) and then add this to my url using:

${e://Field/Participant_ID}.
I also had to tell pavlovia that it was embedded info using:

format=urlencode

So my final link looks like:

https://run.pavlovia.org/ElleJ/squirrel_peeking/?ParticipantID=${e://Field/ParticipantID?format=urlencode}

Also you need to make sure you have ParticipantID as a field in your experiment info box.

Hope this helps :slight_smile:
Elle

You are putting the / in the wrong place. Try

https://moryscarter.com/vespr/pavlovia.php?folder=Duncan1&experiment=honoursprojecta/

and

https://moryscarter.com/vespr/pavlovia.php?folder=Duncan1&experiment=honoursprojecta

However, your project needs to be set to running for this to work

Personally I would recommend using the default participant instead of ParticipantID