By tecnika - 1/18/2021
Hello, when I redirect the survey to Qualtrics at the end of an Inquisit web experiment, I am used to add “?subjectid=<%script.subjectid%>” at the end of the qualtrics link.
Instead of using the subject ID, is it possible to use a response given by the participant (in a surveypage at the beginning of the experiment)?
Thank you
|
By Dave - 1/18/2021
+xHello, when I redirect the survey to Qualtrics at the end of an Inquisit web experiment, I am used to add “?subjectid=<%script.subjectid%>” at the end of the qualtrics link. Instead of using the subject ID, is it possible to use a response given by the participant (in a surveypage at the beginning of the experiment)? Thank you Yes, you can set the URL to redirect to in your script (not the web interface) /onexptend per the defaults.finishpage property. You can have anything the script knows about in that URL, including some response given to a question on a surveypage.
|
By tecnika - 1/18/2021
+x+xHello, when I redirect the survey to Qualtrics at the end of an Inquisit web experiment, I am used to add “?subjectid=<%script.subjectid%>” at the end of the qualtrics link. Instead of using the subject ID, is it possible to use a response given by the participant (in a surveypage at the beginning of the experiment)? Thank you Yes, you can set the URL to redirect to in your script (not the web interface) /onexptend per the defaults.finishpage property. You can have anything the script knows about in that URL, including some response given to a question on a surveypage. Thank you! In the specific I would like that the qualtrics data will contain the "participant identification code" that the participant will enter in Inquisit so the data Inquisit and the qualtrics datafiles can be referenced easily via this identification code (rather than the subject ID) in the offline analysis. Do you know if this is done automatically using the method you mention?
|
By Dave - 1/18/2021
+x+x+xHello, when I redirect the survey to Qualtrics at the end of an Inquisit web experiment, I am used to add “?subjectid=<%script.subjectid%>” at the end of the qualtrics link. Instead of using the subject ID, is it possible to use a response given by the participant (in a surveypage at the beginning of the experiment)? Thank you Yes, you can set the URL to redirect to in your script (not the web interface) /onexptend per the defaults.finishpage property. You can have anything the script knows about in that URL, including some response given to a question on a surveypage. Thank you! In the specific I would like that the qualtrics data will contain the "participant identification code" that the participant will enter in Inquisit so the data Inquisit and the qualtrics datafiles can be referenced easily via this identification code (rather than the subject ID) in the offline analysis. Do you know if this is done automatically using the method you mention? I don't understand what you mean by "automatically".
|
By tecnika - 1/18/2021
+x+x+x+xHello, when I redirect the survey to Qualtrics at the end of an Inquisit web experiment, I am used to add “?subjectid=<%script.subjectid%>” at the end of the qualtrics link. Instead of using the subject ID, is it possible to use a response given by the participant (in a surveypage at the beginning of the experiment)? Thank you Yes, you can set the URL to redirect to in your script (not the web interface) /onexptend per the defaults.finishpage property. You can have anything the script knows about in that URL, including some response given to a question on a surveypage. Thank you! In the specific I would like that the qualtrics data will contain the "participant identification code" that the participant will enter in Inquisit so the data Inquisit and the qualtrics datafiles can be referenced easily via this identification code (rather than the subject ID) in the offline analysis. Do you know if this is done automatically using the method you mention? I don't understand what you mean by "automatically". I meant if Qualtrics will have this "participant identification code" in the data file without any extra coding in Qualtrics
|
By Dave - 1/18/2021
+x+x+x+x+xHello, when I redirect the survey to Qualtrics at the end of an Inquisit web experiment, I am used to add “?subjectid=<%script.subjectid%>” at the end of the qualtrics link. Instead of using the subject ID, is it possible to use a response given by the participant (in a surveypage at the beginning of the experiment)? Thank you Yes, you can set the URL to redirect to in your script (not the web interface) /onexptend per the defaults.finishpage property. You can have anything the script knows about in that URL, including some response given to a question on a surveypage. Thank you! In the specific I would like that the qualtrics data will contain the "participant identification code" that the participant will enter in Inquisit so the data Inquisit and the qualtrics datafiles can be referenced easily via this identification code (rather than the subject ID) in the offline analysis. Do you know if this is done automatically using the method you mention? I don't understand what you mean by "automatically". I meant if Qualtrics will have this "participant identification code" in the data file without any extra coding in Qualtrics That's a Qualtrics question then. In general, you will need to configure Qualtrics to read in a URL parameter via its "embedded data" feature, see the Qualtrics documentation for details.
|
|