import game as post_questions from . import * c = cu class PlayerBot(Bot): def play_round(self): yield PEQ1, dict(ManipulationCheckAnonymity=1, ManipulationCheckIncentives=1, Sure=1, Sufficient=1, Future=1, InvestigationThreat=1, PerceivedCost=1,) yield PEQ2, dict(LL1=100, LL2=100, LL3=100, LL4=100, LL5=100, LL6=100, LL7=100, LL8=100, LL9=100, LL10=100, UL1=100, UL2=100, UL3=100, UL4=100, UL5=100, UL6=100, UL7=100, UL8=100, UL9=100, UL10=100, Risk=1, Altruism1=0, Altruism2=1, ReciprocityPos1=1, ReciprocityNeg1=1, ReciprocityNeg2=1, ReciprocityNeg3=1,) yield PEQ2_PART2, dict(HonorFamily1=1, HonorFamily2=1, HonorFamily3=1, HonorFamily4=1, MoralIntegrity1=1, MoralIntegrity2=1, MoralIntegrity3=1, MoralIntegrity4=1, MoralIntegrity5=1, MoralIntegrity6=1, MoralIntegrity7=1, SocialImage1=1, SocialImage2=1, SocialImage3=1, SocialImage4=1, SocialImage5=1, SocialImage6=1,) yield PEQ3, dict(PEQ3_Gender=1, PEQ3_Gender_Text="Text", PEQ3_Age=33, PEQ3_Degree=1 )