from otree.api import Bot, Currency as c from . import pages from .models import Constants app = pages cu = c class PlayerBot(Bot): def play_round(self): yield pages.PostSurvey, dict( difficulty=1, ChoiceDeterminant="Maximise my individual payoff ", ChoiceDeterminant2="I did not care of the risk of losing Points", fairness=1, friends="5 or more", friendseffect="Yes", envgroupYN="Yes", globalstrikeattendance="Yes", risk1=1, risk2="All 1000 euros", Tax1="Yes", Tax2="A carbon tax on production", Tax3="Redistribution to all citizens equally", Info1="Yes", Info2="Command and control regulation", Info3="Newspaper articles", ) yield pages.PaymentEnd