By DavidS - 4/26/2015
Our experiment currently has participant's starting in Inquisit, then being forwarded to a Unipark survey. we're hoping to transfer subject ID from the former to the latter
Both the Inquisit documentation and forum posts suggest this simply the case of adding "?respondentid=" to the end of the web address. The same posts also suggest that for this to be effective it needs to be embedded in the finalpage command, and all suggest starting in unipark is recommended.
Is it possible to send ID to unipark without uploading the script to the InQuisit server? and without starting in Unipark?
Thanks Dave
|
By Dave - 4/26/2015
> Is it possible to send ID to unipark without uploading the script to the InQuisit server?
Does this mean you are planning to run this in Inquisit Lab? If not please, explain your exact setup.
|
By DavidS - 4/26/2015
I'm running the trial version while I code the experiment, as my collaborator holds the licence at another institution.
We're running the experiment in person (taking the equipment to participants), so would rather keep all the files local even then.
|
By Dave - 4/26/2015
Then you ought to do something like this:
https://www.millisecond.com/forums/Topic14943.aspx
|
By DavidS - 4/26/2015
Thanks, The .bat file is loading Inquisit then Unipark fine, but still not directing the ID to Unipark
|
By Dave - 4/26/2015
If you look at the batch file, you'll find that subject and group id are included in the URL as query parameters.
https://www.millisecond.com/forums/FindPost14951.aspx
One of those, preferably the subject id, will have to serve as your respondent id so you can match the data. You have to tell Unipark to read / extract that query parameter and store it.
|