oTree icon indicating copy to clipboard operation
oTree copied to clipboard

Python framework for multiplayer decision games, behavioral experiments, and surveys

Results 25 oTree issues
Sort by recently updated
recently updated
newest added

AFAIK currently the app handling works as follows: Each session config has a hardcoded sequence of apps, in which apps cannot be repeated. At any time during the experiment there...

Hello, I am a beginner at Otree. When I started the Otree, there is no 'manage.py' in a new project folder. Is it OK to run the project without manage.py...

There are at least two places where `POINTS_DECIMAL_PLACES` doesn't yield good results. First, it doesn't respect `LANGUAGE_CODE` so I'll get a point where a decimal comma is expected in languages...

Steps to reproduce at time of writing: 1. Goto https://www.otreehub.com/projects/mdt-intr-exp-met/ 2. Text includes the line "To edit your app's description, go to settings.py and edit DEMO_PAGE_INTRO_HTML." 3. Click "Browse source...

Updating a project from oTree 5.4.0 to 5.4.6 resulted in errors due to HTML code being outside template blocks, which were allowed in the former but not the latter. If...

There doesn't seem to be a search option, so the page number may change... 1. Goto https://www.otreehub.com/projects/?page=6 (page number will change) 2. Find the "test-carl" entry: > test-carl > >...

(Unsure if you want oTree Hub bug reports here, or just emailed to the oTree Google Group?) I have been browsing the public projects on oTree Hub: https://www.otreehub.com/projects/ There are...

Since some versions ago oTree lost the capacity to retrieve participant's ip addresses. When it was based on django that was not much of a problem since django provided with...

in oTree 5 the player.in_round() funktion does not work with numpy interger datatypes. For istance the following code leads to an error "Failed to create session: No corresponding Player found...

I set a session.var in _create_session_ methods, and I have two waitpages. ``` class ResultsWaitPage(WaitPage): after_all_players_arrive = 'set_payoffs' ``` ``` class CleanPage(WaitPage): wait_for_all_groups = True after_all_players_arrive = 'clean_data' ``` In...