Displaying a particular variation sequentially out of four different variations of an experiment. #708
Replies: 2 comments 9 replies
-
Anytime you need coordination across participants you are going to need some kind of server-side script. I've written a set of There's a set of instructions in the readme file. These do require a MySQL database. You can do assignment like you are describing using the method described in step 7 of the readme. This involves registering each subject to a database table and computing the next condition on the server using PHP. The condition assignment is sent back to the experiment via an |
Beta Was this translation helpful? Give feedback.
-
I think a simple solution to this problem would be to just use links with different query parameters, and then assessing them at the beginning of the script. Unless you need the url to be the same everytime. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I have four different variations of an experiment, and this is how I display a variation at random:
However , if I wanted to display variations in a particular sequence i.e respondent 1 would see variation2, respondent 2 would see variation1, respondent 3 would see variation4, respondent 4 would see variation3, and then the same pattern would repeat for successive respondents, how would I achieve that? I have a tried a no. of things but none seem to work.
Thanks,
Yash.
Beta Was this translation helpful? Give feedback.
All reactions