I am having trouble getting the Inquisit task to launch, and I'm not sure if it is the URL query links or the batch file that is the issue. Could you kindly help?
Thank you,
Gwee
Here's how I have it, and I think I've read all of the forum suggestions:
http://www.millisecond.com/forums/Topic12091.aspxhttps://www.millisecond.com/forums/Topic13139.aspxMy setup is a Qualtrics screener --> Inquisit IATs --> Qualtrics survey
1. Qualtrics screener + consent which uses URL queries to pass Qualtrics-assigned "subject number" and "condition" (1 - 4) to Inquisit. I have two groups of subjects, and I want to randomly assign the participants in each group to two setups of the IATs in order to counter balance. I've used the 'randomizer' function in Qualtrics to a randomly assign participants to their appropriate groups. I have 4 urls to each of the four batch files in Inquisit:
http://research.millisecond.com/myaccount/IATbatch.web?ID=subjectnumber=${e://Field/ResponseID}&condition=1http://research.millisecond.com/myaccount/IATbatch.web?ID=subjectnumber=${e://Field/ResponseID}&condition=2http://research.millisecond.com/myaccount/IATbatch.web?ID=subjectnumber=${e://Field/ResponseID}&condition=3http://research.millisecond.com/myaccount/IATbatch.web?ID=subjectnumber=${e://Field/ResponseID}&condition=42. In Inquisit, I have 3 IATs. There are four batch files, which I've numbered 1 - 4. Batches 1 - 2 will be randomly assigned to one group of participants, and batches 3 - 4, to the other group.
<batch>
/ file = "Affect1IAT.iqx"
/ file = "Group1IAT.iqx"
/ file = "DepressionIAT.iqx"
/subjects = (1 of 4)
/ groupassignment = groupnumber
</batch>
<batch>
/ file = "Group1IAT.iqx"
/ file = "Affect1IAT.iqx"
/ file = "DepressionIAT.iqx"
/subjects = (2 of 4)
/ groupassignment = groupnumber
</batch>
<batch>
/ file = "Affect2IAT.iqx"
/ file = "Group2IAT.iqx"
/ file = "DepressionIAT.iqx"
/subjects = (3 of 4)
/ groupassignment = groupnumber
</batch>
<batch>
/ file = "Group2IAT.iqx"
/ file = "Affect2IAT.iqx"
/ file = "DepressionIAT.iqx"
/subjects = (4 of 4)
/ groupassignment = groupnumber
</batch>