from otree.api import Currency as cu, currency_range, expect, Bot, Submission from . import * class PlayerBot(Bot): def play_round(self): yield Survey_role1, dict(your_given_more=12, other_given_more=12, your_given_more_0=12, your_given_more_1=12, your_given_more_2=12, your_given_more_3=12, your_given_more_4=12, your_given_more_5=12, your_given_more_6=12, your_given_more_7=12, your_given_more_8=12, your_given_more_9=12, your_given_more_10=12, your_given_more_11=12, your_given_more_12=12, your_given_more_13=12, your_given_more_14=12, your_given_more_15=12, your_given_more_16=12, your_given_more_17=12, your_given_more_18=12, your_given_more_19=12, your_given_more_20=12, your_given_more_21=12, your_given_more_22=12, your_given_more_23=12, your_given_more_24=12 ) yield Survey_role2, dict(your_given_less=12, other_given_less=12, your_given_less_0=12, your_given_less_1=12, your_given_less_2=12, your_given_less_3=12, your_given_less_4=12, your_given_less_5=12, your_given_less_6=12, your_given_less_7=12, your_given_less_8=12, your_given_less_9=12, your_given_less_10=12, your_given_less_11=12, your_given_less_12=12, your_given_less_13=12, your_given_less_14=12, your_given_less_15=12, your_given_less_16=12, your_given_less_17=12, your_given_less_18=12, your_given_less_19=12, your_given_less_20=12, your_given_less_21=12, your_given_less_22=12, your_given_less_23=12, your_given_less_24=12 ) yield Submission(End, check_html=False)