Millisecond Forums

Passing inquisit subject ID numbers to qualtrics

https://forums.millisecond.com/Topic25169.aspx

By bisocpsy - 6/26/2018

Hello, I am again having trouble passing inquisit subject ID numbers to qualtrics. I followed the instructions on this page: https://www.millisecond.com/support/docs/v5/html/howto/interopsurveys.htm and have added ?subjectid=<%script.subjectid%> to the end link that I'm asking inquisit to forward to. But, when I look at the qualtrics data, in the subjectid column qualtrics is only recording %3C%script.subjectid%%3E. Do you mind helping me rectify this issue? Here is the launch page for the survey: https://mili2nd.co/i7ib I've also attached my inquisit script in case you'd like to see that. 
By Dave - 6/26/2018

bisocpsy - Tuesday, June 26, 2018
Hello, I am again having trouble passing inquisit subject ID numbers to qualtrics. I followed the instructions on this page: https://www.millisecond.com/support/docs/v5/html/howto/interopsurveys.htm and have added ?subjectid=<%script.subjectid%> to the end link that I'm asking inquisit to forward to. But, when I look at the qualtrics data, in the subjectid column qualtrics is only recording %3C%script.subjectid%%3E. Do you mind helping me rectify this issue? Here is the launch page for the survey: https://mili2nd.co/i7ib I've also attached my inquisit script in case you'd like to see that. 

Same workaround as before should still work, i.e. doing

<expt>
/ onexptbegin = [
    defaults.finishpage = text.finishurl.item(1);
]
/ blocks = [1=practice; 2=test]
</expt>

<text finishurl>
/ items = ("https://uky.az1.qualtrics.com/jfe/form/SV_3pXn7ULFiFZ1qM5?subjectid=<%script.subjectid%>")
</text>

in the script (as attached).