I am trying to figure out a way to do the following in Qualtrics.
I have a list of words - lets say “word01” - “word50”
Each one (01-50) is either paired with a photo or not paired with a photo
I need to be able to randomly select 25 to show with a photo and 25 to show without a photo
If word01 is shown with a photo then it should not be shown without a photo (and if shown without a photo, then it should not be shown with a photo).
So, I would have, for example:
word01_image
word01_none
word02_image
word02_none
word03_image
word03_none
…
word50_image
word50_none
And would want to have 50 trials -- 25 with image and 25 without image - randomly presented with each word presented only once (either with or without image).
I’ve played around with display logic and randomization within blocks, but it becomes rather unwieldy and I haven’t been able to guarantee a 25-25 split on the image-none factor.
Any help greatly appreciated
(Note: I know almost no java programming)