Hi,
I’m working on an IAT project using milliseconds. Basically,
I modified the example file for “IAT with Item provided by Participant” from
the Inquisit Task Library (https://www.millisecond.com/download/library/v4/IAT/CustomItemIAT/CustomItemIAT.iqx).
I have three different sets of attributes, the rest of the
test stays constant. Attributes and compatible/incompatible order should be assigned
by subject.
Right now the expt looks like this:
---
<expt>
/subjects = (1 of 2)
/groupassignment = groupnumber
/ blocks = [1=getTargetItems; 2=targetcompatiblepractice;
3=attributepractice; 4=compatibletest1;
5=compatibletestinstructions;
6=compatibletest2; 7=targetincompatiblepractice; 8=incompatibletest1;
9=incompatibletestinstructions;
10=incompatibletest2]
---
I understand that I have to modify /subjects to (1 of 6) and
assign the different blocks, but if I do so, from my understanding, I also have
to duplicate the whole experimental setup by condition. But the only thing I
want to change is the used attributes depending on the /subject-id.
Is there a more elegant solution for that problem?
Thanks,
Max