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.Demographics, dict( age=125, gender="Male", ethnicity="Asian", year_at_UVA="First Year", volunteer_hours=0, economics=False, resident=False, ) yield pages.Survey_Questions, dict( strategy="xyz", dishes="Clean all the dishes", efficiency_equity="4$ to each", dictator_game=10, )