from otree.api import Currency as cu, currency_range, expect, Bot, Submission from . import * class PlayerBot(Bot): def play_round(self): yield Survey, dict(your_given_more=0, other_given_more=0, your_given_0=12, your_given_1=12, your_given_2=12, your_given_3=12, your_given_4=12, your_given_5=12, your_given_6=12, your_given_7=12, your_given_8=12, your_given_9=12, your_given_10=12, your_given_11=12, your_given_12=12, your_given_13=12, your_given_14=12, your_given_15=12, your_given_16=12, your_given_17=12, your_given_18=12, your_given_19=12, your_given_20=12, your_given_21=12, your_given_22=12, your_given_23=12, your_given_24=12) yield Submission(End, check_html=False)