oTree-org / oTree

Python framework for multiplayer decision games, behavioral experiments, and surveys
https://groups.google.com/g/otree
Other
464 stars 199 forks source link

Where to call sent_back_amount_choices? #86

Closed erenarkangil closed 3 years ago

erenarkangil commented 3 years ago

Hi,

I have no backend experience and some trouble to understand where should i call this function. If i am not mistaken we just define it, but it seems totally ok in the tutorial, i feel a bit confused. Thanks for your guidance.

oTree-org commented 3 years ago

you don't need to call it. just define it, and the framework will call it for you (similar to other methods like creating_session, vars_for_template, etc)