+x aliciay1 - 6/11/2020Hi, I have an experiment set up so it directs from Qualtrics to Inquisit back to Qualtrics. I have the survey id set up following the instructions from here: https://www.millisecond.com/support/docs/v5/html/howto/interopsurveys.htm , which works perfectly. However after directing from Inquisit to Qualtrics - to the secondary Qualtrics survey, the same survey id is not carried over and a new one is generated. Does anyone know why this would be occurring? And how it could be set up so the same survey id is carried throughout? Thanks!
+x Dave - 6/11/2020+x aliciay1 - 6/11/2020Hi, I have an experiment set up so it directs from Qualtrics to Inquisit back to Qualtrics. I have the survey id set up following the instructions from here: https://www.millisecond.com/support/docs/v5/html/howto/interopsurveys.htm , which works perfectly. However after directing from Inquisit to Qualtrics - to the secondary Qualtrics survey, the same survey id is not carried over and a new one is generated. Does anyone know why this would be occurring? And how it could be set up so the same survey id is carried throughout? Thanks! Please provide the link to the experiment's start page.
+x Dave - 6/12/2020+x Dave - 6/11/2020+x aliciay1 - 6/11/2020Hi, I have an experiment set up so it directs from Qualtrics to Inquisit back to Qualtrics. I have the survey id set up following the instructions from here: https://www.millisecond.com/support/docs/v5/html/howto/interopsurveys.htm , which works perfectly. However after directing from Inquisit to Qualtrics - to the secondary Qualtrics survey, the same survey id is not carried over and a new one is generated. Does anyone know why this would be occurring? And how it could be set up so the same survey id is carried throughout? Thanks! Please provide the link to the experiment's start page.Since you've not (yet) shared your particular experiment and I thus cannot check whether its settings are correct, a few general remarks:(1) Any URL parameter that comes in to the Inquisit start page is automatically preserved and automatically appended to the URL you specified for redirection after the experiment in the web experiment settings. So, if you havehttps://mili2nd.co/elob?subjectid=abc123with the URL parameter called "subjectid" coming in, and specify https://www.example.com/ as the URL to redirect tothen you'll automatically be redirected to https://www.example.com/?subjectid=abc123Try it for yourself, the launch link is functional.(2) Specifying a redirection like thisis only necessary if the subjectid isn't coming in via URL parameter to begin with. I.e. if your whole procedure starts with Inquisit and you then wish to pass Inquisit's (typically randomly generated) participant identifier on to another site.(3) Whatever other site (in your case, a 2nd Qualtrics survey) you redirect to after, you need to set that survey up to read in the relevant URL parameter, here: The one called "subjectid". For Qualtrics, you will find this covered in their documentation here: https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/standard-elements/passing-information-through-query-strings#PassingInformationIntoASurvey
+x aliciay1 - 6/12/2020+x Dave - 6/12/2020+x Dave - 6/11/2020+x aliciay1 - 6/11/2020Hi, I have an experiment set up so it directs from Qualtrics to Inquisit back to Qualtrics. I have the survey id set up following the instructions from here: https://www.millisecond.com/support/docs/v5/html/howto/interopsurveys.htm , which works perfectly. However after directing from Inquisit to Qualtrics - to the secondary Qualtrics survey, the same survey id is not carried over and a new one is generated. Does anyone know why this would be occurring? And how it could be set up so the same survey id is carried throughout? Thanks! Please provide the link to the experiment's start page.Since you've not (yet) shared your particular experiment and I thus cannot check whether its settings are correct, a few general remarks:(1) Any URL parameter that comes in to the Inquisit start page is automatically preserved and automatically appended to the URL you specified for redirection after the experiment in the web experiment settings. So, if you havehttps://mili2nd.co/elob?subjectid=abc123with the URL parameter called "subjectid" coming in, and specify https://www.example.com/ as the URL to redirect tothen you'll automatically be redirected to https://www.example.com/?subjectid=abc123Try it for yourself, the launch link is functional.(2) Specifying a redirection like thisis only necessary if the subjectid isn't coming in via URL parameter to begin with. I.e. if your whole procedure starts with Inquisit and you then wish to pass Inquisit's (typically randomly generated) participant identifier on to another site.(3) Whatever other site (in your case, a 2nd Qualtrics survey) you redirect to after, you need to set that survey up to read in the relevant URL parameter, here: The one called "subjectid". For Qualtrics, you will find this covered in their documentation here: https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/standard-elements/passing-information-through-query-strings#PassingInformationIntoASurveyThank you so much! I just had to add in the last step and it now works.