Pavlovia back to where I left off in Qualtrics



These are my current settings.

You have deleted your experiment info fields and will need to get them back by manually editing the psyexp file in a text editor. You need to find and update these two lines. (the data filename can’t be edited online)

    <Param val="u'data/%s_%s_%s' % (expInfo['participant'], expName, expInfo['date'])" valType="code" updates="None" name="Data filename"/>
    <Param val="{'participant':'f&quot;{randint(0, 999999):06.0f}&quot;'}" valType="code" updates="None" name="Experiment info"/>

What do you mean by deleted them into fields?

image

so the issue seems that it is not being integrated into the experiment properly… Qultrics now generates participant ids and also forwarding it to pavlovia works, and then also in the forwarding link one can see a participant id, which is the same as in the qualtrics. but it is not displayed in the experiment window and with that also not in the data. I took a screenshot:


In the link at the end one can see the participant id but it is not displayed in the pavlovia window

The reason that is failing is because you are using a Pavlovia preview link which already has a question mark. Put &participant= instead of ?participant= for it to work

1 Like

It works now! Thank you so much for all your help!

1 Like

That’s good to hear. Please could you mark my most useful post as the solution?