Hi Dave,
Following on your advice on this post:
"
Yes, you can use <batch> elements as well. You should note, though, that each IAT *itself* contains two conditions (the block order is counterbalanced according to odd vs. even groupnumber). I.e., you need to make sure that each of your IATs is fed both odd and even groupnumbers. That is not the case with your current <batch> elements. You'll want to change them to something along the lines of
<batch>
/ file = "AgeIAT_condition 1.iqx"
/ subjects = (1,2 of 8)
/ groupassignment = groupnumber
</batch>
<batch>
/ file = "AgeIAT_condition 2.iqx"
/ subjects = (3,4 of 8)
/ groupassignment = groupnumber
</batch>
<batch>
/ file = "AgeIAT_condition 3.iqx"
/ subjects = (5,6 of 8)
/ groupassignment = groupnumber
</batch>
<batch>
/ file = "AgeIAT_condition 4.iqx"
/ subjects = (7,8 of 8)
/ groupassignment = groupnumber
</batch>
> By running the fifth file on Inquisit Web, can I still get participants randomly assigned to one of the four conditions?
Yes, of course.
> do I need to turn off the subject and group codes dialog box in order to ensure the random assignment?
No. You simply set your web experiment to generate random subject and group numbers (those are the default options anyway) when you upload the scripts and configure the web experiment's settings. There will be no box that prompts you / your participants to enter anything.
"
I am currently trying to integrate this Inquisit Web study into qualtrics for data collection. By reading
http://www.millisecond.com/support/docs/v4/html/howto/interopsurveys.htm, I see such an instruction "To configure Inquisit to retrieve the subject id from the query parameter, simply run through the webscript registration wizard. When asked how to generate subject ids, select the "Query Parameter" option and specify the name of the parameter (in this case, the name is "respondentid"). That's it, Inquisit will now extract this subject number from the url and record it in the data file."
Given your advice "You simply set your web experiment to generate random subject and group numbers (those are the default options anyway) when you upload the scripts and configure the web experiment's settings. There will be no box that prompts you / your participants to enter anything", does that mean if I follow "When asked how to generate subject ids, select the "Query Parameter" option and specify the name of the parameter (in this case, the name is "respondentid")", it will ruin the intended study setup such as randomization.
Sorry for the long post - I look forward to your advice!