Group: Forum Members
Posts: 7,
Visits: 46
|
Hi,
I'm relatively new to Inquisit, and I was hoping I could get some help with structuring a new experiment.
I have 41 images from 6 different people (so 246 images total) that I need to display to subjects in a very specific way:
1 = The 6 different people have to be randomly assigned to 1 of 6 different conditions, which dictate which subset of their 41 images will be displayed. Let's say those conditions are highVar_positive, lowVar_positive, highVar_neutral, lowVar_neutral, highVar_negative, and lowVar_negative.
2 = Once those 6 different people are randomly assigned to their conditions, the images within those conditions have to be selected based on the condition and randomized in their presentation. For instance, in the highVar_positive condition, the program should retrieve images like "model1_0.jpg", "model1_+25.jpg", "model1_+50.jpg", "model1_+75.jpg", and "model1_+100.jpg", while in the lowVar_positive condition, the program should instead present "model1_+40.jpg", "model1_+45.jpg", "model1_+50.jpg", "model1_+55.jpg", and "model1_+60.jpg". A similar strategy would be applied to the 4 remaining conditions. Note that in this example, "model1" indicates the name of the person in the stimuli that was assigned to that condition, which would be contained at the start of the picture file names.
Is there any way to do this dynamically, without having to hard-code many different block/expt orders? I was thinking of somehow using a list object as a "blockSelector", but I'm not quite sure yet how I'd implement that. Any help would be appreciated -- thanks!!
- EC
|