from otree.api import Bot from . import * class PlayerBot(Bot): def play_round(self): # yield Consent, dict(consent=True) # yield SurveyI, dict(gender=1, education=1, ap_familiarity=1, psat_familiarity=1) yield GeneralInstructionsI, dict(q1="2.0", q2="48") yield GeneralInstructionsII yield GeneralInstructionsIII