Group: Forum Members
Posts: 19,
Visits: 69
|
Hi I would like to assign participants to one of four conditions. I have an 'experiment' file which calls other files as shown below. Unfortunately, this doesn't seem to have worked, as I only have responses for conditions 1 to 3 (there are 14 responses, so they should have cycled through all four conditions).
Is there anything wrong with the code?
Thanks
Nick
<batch> / subjects = (1 of 4) / file = "student_ASD_part_1_marker.iqx" / file = "student_ASD_survey.iqx" / file = "student_ASD_part_2_marker.iqx" / file = "student_ASD_magnitude_estimation_C1.iqx" </batch>
<batch> / subjects = (2 of 4) / file = "student_ASD_part_1_marker.iqx" / file = "student_ASD_survey.iqx" / file = "student_ASD_part_2_marker.iqx" / file = "student_ASD_magnitude_estimation_C2.iqx" </batch>
<batch> / subjects = (3 of 4) / file = "student_ASD_part_1_marker.iqx" / file = "student_ASD_survey.iqx" / file = "student_ASD_part_2_marker.iqx" / file = "student_ASD_magnitude_estimation_C3.iqx" </batch>
<batch> / subjects = (4 of 4) / file = "student_ASD_part_1_marker.iqx" / file = "student_ASD_survey.iqx" / file = "student_ASD_part_2_marker.iqx" / file = "student_ASD_magnitude_estimation_C4.iqx" </batch>
|