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?

If I set up mine like this. Lets say in pre task I have 3 blocks, and in black 3 I place the link to Pavlovia so that the participants can perform the task, and after the task is done, they needed to be transferred to the Survey 2. In this case how will the responses from Survey 1 be saved? Because before clicking the “next” buttom I click the link to Pavlovia, and then from Pavlovia I go to Survey 2.

Qualtrics Survey 1 (pre-task)
To
Pavlovia
To
Qualtrics Survey 2 (post-task)

Thank you

Qualtrics saves its responses. You need to transfer the RespondID from survey 1 to survey 2 via Pavlovia to match up the three sets of data.

1 Like