import TreatmentA as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield INSTRUCTION yield INSTRUCTION2, dict(Type="A") yield Type yield CompQ1, dict(Comp1="Considerate") yield CompQ2, dict(Comp2="Entertain") yield CompQ3, dict(Comp3="adjusted") yield CompQ4, dict(Comp4="Person Versus Person") yield COMPQ5, dict(Comp5="The speaker is appreciating the park.") yield YourType, dict() yield MatHTASK1, dict( ANS1=117, ANS2=0, ANS3=0, ANS4=0, ANS5=0, ANS6=0, ANS7=0, ANS8=0, ANS9=0, ANS10=0, ) yield MyPage3, dict(Effort=cu(0)) yield MATHTSK2, dict( BNS1=0, BNS2=0, BNS3=0, BNS10=0, BNS9=0, BNS8=0, BNS7=0, BNS6=0, BNS5=0, BNS4=0, ) yield MyPage yield Thrdround, dict( THRDROUND="Participate in the math task and be paid according to the table above.", )