Passing inquisit subject ID numbers to qualtrics


Author
Message
bisocpsy
bisocpsy
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 14, Visits: 30
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. 
Attachments
SMP_RichPoor.iqx (577 views, 14.00 KB)
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
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).

Attachments
SMP_RichPoor.iqx (576 views, 14.00 KB)
bisocpsy
bisocpsy
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 14, Visits: 30
Dave - Tuesday, June 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).

Thank you so much! This works!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search