Hi,
My version is actually 5, but for some reason I am not allowed to post on the Inquisit 5 forum.
I want to know how I can identify in the data the order participants saw the blocks. This is the part of the script I divide conditions:
<expt conditionA>
/ subjects = (1 of 8)
/ groupassignment = random
/ blocks = [1=inst; 2=intro_implicit; 3=test; 4=category_explicit; 5=demographics]
</expt>
<expt conditionB>
/ subjects = (2 of 8)
/ groupassignment = random
/ blocks = [1=inst; 2=intro_implicit; 3=test; 4=faces_explicit; 5=demographics]
</expt>
<expt conditionC>
/ subjects = (3 of 8)
/ groupassignment = random
/ blocks = [1=inst; 2=intro_implicit; 3=category_implicit; 4=category_explicit; 5=demographics]
</expt>
<expt conditionD>
/ subjects = (4 of 8)
/ groupassignment = random
/ blocks = [1=inst; 2=intro_implicit; 3=category_implicit; 4=faces_explicit; 5=demographics]
</expt>
<expt conditionE>
/ subjects = (5 of 8)
/ groupassignment = random
/ blocks = [1=inst; 2=category_explicit; 3=intro_implicit; 4=test; 5=demographics]
</expt>
<expt conditionF>
/ subjects = (6 of 8)
/ groupassignment = random
/ blocks = [1=inst; 2=faces_explicit; 3=intro_implicit; 4=test; 5=demographics]
</expt>
<expt conditionG>
/ subjects = (7 of 8)
/ groupassignment = random
/ blocks = [1=inst; 2=category_explicit; 3=intro_implicit; 4=category_implicit; 5=demographics]
</expt>
<expt conditionH>
/ subjects = (8 of 8)
/ groupassignment = random
/ blocks = [1=inst; 2=faces_explicit; 3=intro_implicit; 4=category_implicit; 5=demographics]
</expt>
Note that the assignment is random and not by subject number or condition. How can I see in the study data the order participants saw the blocks? Thank you so much!!