Hi Chris and others,
I've spent some time on reading up on how to assign subjects to a random treatment. I realize that different treatments could be assigned in the same app sequence (using only one session config) or via different session configurations (different sequence of apps).
On this page, I'm confused on the example given where the app sequence is the same (I have a different app sequence) but subjects could be randomly assigned to different time pressures (please see attached).
In my set-up, the first app in the sequence for the different session configs (I'm referring to treatments, in the attached example it's 'my_game_prime' and 'my_game_noprime') is the same so I thought I could randomly assign individual subjects to different treatments using the function creating_session(subsession) in the models.py of the first app.
But when I start a room using the default 'Econ 101 class' room, I can only use one of two different session configurations which assigns subjects to that particular treatment I select. How can I randomly assign subjects to a session config?
Thank you for your time, any help would mean a lot!