Millisecond Forums

Integrating Participant Responses from Qualtrics to Inquisit Web Session

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

By vlamarche - 11/23/2021

Hello

I'm interested in creating a GNAT task where the stimuli are generated by the participants, ideally in a Qualtrics survey, and imported into the session. I know that Inquisit can keep track of information embedded within redirect links, but I can't find information on how to import that kind of embedded information into the session. 

So for example, in the script below, I'd want participants to generate their partner's name/nickname/characteristic, and identify 3 of their partner's positive traits (for positive words).

Many thanks!

********************************************************************
    Enter the individual partner-related items here:
********************************************************************
<item partneritems>
/ 1 = "Name"
/ 2 = "Nickname"
/ 3 = "Characteristic"
</item>

********************************************************************
    Good / Constructive Words (Test Items)
********************************************************************
<item good_testitems>
/ 1 = "Understanding"
/ 2 = "Sharing"
/ 3 = "Accepting"
</item>
By Dave - 11/23/2021

vlamarche - 11/23/2021
Hello

I'm interested in creating a GNAT task where the stimuli are generated by the participants, ideally in a Qualtrics survey, and imported into the session. I know that Inquisit can keep track of information embedded within redirect links, but I can't find information on how to import that kind of embedded information into the session. 

So for example, in the script below, I'd want participants to generate their partner's name/nickname/characteristic, and identify 3 of their partner's positive traits (for positive words).

Many thanks!

********************************************************************
    Enter the individual partner-related items here:
********************************************************************
<item partneritems>
/ 1 = "Name"
/ 2 = "Nickname"
/ 3 = "Characteristic"
</item>

********************************************************************
    Good / Constructive Words (Test Items)
********************************************************************
<item good_testitems>
/ 1 = "Understanding"
/ 2 = "Sharing"
/ 3 = "Accepting"
</item>

Make the questionnaire part of the Inquisit script. Doing it in Qualtrics will not be feasible.

As for how to do that, you may take the "IAT with Items Provided by Participants" script as an example.
https://www.millisecond.com/download/library/iat/iattemplates/

By Dave - 11/23/2021

Dave - 11/23/2021
vlamarche - 11/23/2021
Hello

I'm interested in creating a GNAT task where the stimuli are generated by the participants, ideally in a Qualtrics survey, and imported into the session. I know that Inquisit can keep track of information embedded within redirect links, but I can't find information on how to import that kind of embedded information into the session. 

So for example, in the script below, I'd want participants to generate their partner's name/nickname/characteristic, and identify 3 of their partner's positive traits (for positive words).

Many thanks!

********************************************************************
    Enter the individual partner-related items here:
********************************************************************
<item partneritems>
/ 1 = "Name"
/ 2 = "Nickname"
/ 3 = "Characteristic"
</item>

********************************************************************
    Good / Constructive Words (Test Items)
********************************************************************
<item good_testitems>
/ 1 = "Understanding"
/ 2 = "Sharing"
/ 3 = "Accepting"
</item>

Make the questionnaire part of the Inquisit script. Doing it in Qualtrics will not be feasible.

As for how to do that, you may take the "IAT with Items Provided by Participants" script as an example.
https://www.millisecond.com/download/library/iat/iattemplates/


Attached a quick draft re. how that could look for the Partner GNAT script.