Hi,
I'd like to have a set of about 300 photos and show participants a subset of them randomly, without replacement. The goal is to show participants an individual photo, ask questions about the photo, and then move onto another photo and repeat the cycle X times. Ideally all 300 photos are presented an approximate even number of times. How can I go about doing this?
Thanks!
Page 1 / 1
If you want to strictly evenly distribute then you have to create 300 blocks and put them under randomizer with evenly randomize option check, but this is little tedious task, alternative to this is create a external web API which will handle the equal distribution of image.
If you are fine with approximate distribution (but their is no guarantee as the images will be shown random) then loop and merge (with Randomize loop order and present only option checked ) is the best option for this type of questions.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.