Thanks for clarification. But how do I assign them to groups? Is that what the /subjects = (1 of 2) thing does? So if I had set the following:
<expt>
/blocks = [1=informedConsentBlock;2 = initialInstructions; 3 = survey.initialInstructionsSurvey; 4 =practice; 5 = faceExptInstructionsReward;
6 = experimentWarning; 7-10 = faceBlocksReward; 11=DASS; 12 = summary; 13=recordEmail]
/ subjects = (1 of 2)
/ groupassignment = groupnumber
/ postinstructions = (page.thankYouScreen)
</expt>
<expt>
/blocks = [1=informedConsentBlock;2 = initialInstructions; 3 = survey.initialInstructionsSurvey; 4 =practice; 5 = faceExptInstructionsNoReward;
6 = experimentWarning; 7-10 = faceBlocksNoReward; 11=DASS; 12 = summary; 13=debriefblock]
/ subjects = (2 of 2)
/ groupassignment = groupnumber
/ postinstructions = (page.thankYouScreen)
</expt>
Would subjects in group 1 have done version 1 of the task and subjects in 2 have done version 2 of the task? Or do I need something else? This was run online using inquisit player so I don't have the option to enter 'group' at the start of the experiment. Sorry, I just need to get this straight for next time as it is not behaving as I expected.