Hello all,
We are planning a game with multiple treatments (currently just two, so a BooleanField) which are fixed for each participant for the entire game. I would like to be able to setup two different URLs which we can share with our participants assigning them to have this field either True or False.
i.e. Decide outside of oTree which group of people gets the first URL and treatment one, and which group of people get the second URL and treatment two.
Should I be running this as two sessions (both live at the same time), and expose the treatment field via SESSION_CONFIGS?
i.e. Manually create the first session for X players with treatment one, and a second session with Y players and treatment two. Then share the session specific URLs with the relevant people to invite them into oTree.
Thank you,
Peter