giving subjects a unique ID in order to give them a unique set of images #2255
Unanswered
csavasegal
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Yes, this is possible, but it requires using some kind of server-side storage like a database. How are you planning to host your experiment? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm interested in doing a true randomization of my files. Specifically, I have 100 images and I want to present a unique set to every single one of my participants without having it so that one of the images gets seen more than the others (I want an even spread). Given that I won't have more than 50 participants, just randomly selecting images will not work.
It seems like the best way to do that is to come up with a unique set of images for each of my participants prior to people signing up. So if I have 50 participants, I will have an external file that has 50 entries with 50 unique lists of images and then I can read from this external file each time the experiment is run.
However, I do not know how to ensure that each participant that signs up on prolific and is given my jsPsych experiment is given a unique number from 1 to 50 as opposed to multiple subjects being given the same one. Is it possible to keep track so that the first person that signs up is 1, then 2 and so on? Or do I need to use a random list generator and generator a number between 1 and 50 for all of my subjects?
This seems to be a common issue (true randomization) in psychological research so I hope someone else has come up with a solution. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions