from otree.api import Currency as c, currency_range, SubmissionMustFail, Submission, expect from . import pages from ._builtin import Bot from .models import Constants class PlayerBot(Bot): def play_round(self): yield pages.Attention_Check_3_Page, dict(Attention_Check_3="green") yield pages.DemographicsQuestions, dict(gender="Male",age="23",country="Netherlands",SES="4",income="Less than £8.599",persons_household="2", education="Less than high school degree") # yield pages.BankInfo, dict(Credits="Money", Bank="Bank", Bank_account_name="Bank_account_name",Street_and_House_number="Street_and_House_number",Postal_code="Postal_code",City="City",CountryBank="LCountry",IBAN="IBAN", emailadress="emailadress")