oTree Forum >

Setting up room in oTree

#1 by AB_123

Hi there,

I have a quick question about Rooms in oTree. I have only one room in settings.py. Do I need to create separate rooms for separate treatments? Because when I deploy the experiment in oTree hub, it takes me to the treatments and after I choose the relevant treatment, I just go to the same room for all the treatments. So what I have done is have just one room for the entire experiment and then via oTree Hub create separate sessions. And use session codes in otree hr. Do you think my method is alright? I am new to oTree and plan to run my experiment soon, so I don't want to make too many changes if my method is correct. The codes I use for setting room is below:
ROOMS = [
    dict(
        name='our_study',
        display_name='Decision making'
    ),
]

Write a reply

Set forum username