Group: Forum Members
Posts: 18,
Visits: 64
|
I am using Inquisit Web to distribute my study. I have six conditions and I want to make sure that participants are equally distributed (Say I want to cap my N = 120. How do I make sure there are 20 per condition?). Does that automatically happen? Or do I have to account for that in the batch script somehow?
My Batch script: <batch> / subjects = (1 of 6) / groupassignment = groupnumber / file = "WordIdentificationTask_We_Collectivist.iqx" / file = "LDT1.iqx" / file = "OtherPraise_JealousyScale.iqx" / file = "LDT2.iqx" / file = "demographicsurvey.iqx" </batch>
<batch> / subjects = (2 of 6) / groupassignment = groupnumber / file = "WordIdentificationTask_We_Collectivist.iqx" / file = "LDT1.iqx" / file = "GroupPraise_JealousyScale.iqx" / file = "LDT2.iqx" / file = "demographicsurvey.iqx" </batch>
<batch> / subjects = (3 of 6) / groupassignment = groupnumber / file = "WordIdentificationTask_We_Collectivist.iqx" / file = "LDT1.iqx" / file = "NoPraise_JealousyScale.iqx" / file = "LDT2.iqx" / file = "demographicsurvey.iqx" </batch>
<batch> / subjects = (4 of 6) / groupassignment = groupnumber / file = "WordIdentificationTask_I_Individualist.iqx" / file = "LDT1.iqx" / file = "OtherPraise_JealousyScale.iqx" / file = "LDT2.iqx" / file = "demographicsurvey.iqx" </batch>
<batch> / subjects = (5 of 6) / groupassignment = groupnumber / file = "WordIdentificationTask_I_Individualist.iqx" / file = "LDT1.iqx" / file = "GroupPraise_JealousyScale.iqx" / file = "LDT2.iqx" / file = "demographicsurvey.iqx" </batch>
<batch> / subjects = (6 of 6) / groupassignment = groupnumber / file = "WordIdentificationTask_I_Individualist.iqx" / file = "LDT1.iqx" / file = "NoPraise_JealousyScale.iqx" / file = "LDT2.iqx" / file = "demographicsurvey.iqx" </batch>
|