from otree.api import Currency as c, currency_range, expect, Bot from . import * import random, math class PlayerBot(Bot): def play_round(self): #yield Submission(pages.P01_Welcome, check_html=False) yield P01_Welcome yield Code, dict(code = "BOT") # yield ( # pages.P012_Questionnaire, # { # 'q1': 'c', # 'q2': 'a', # 'q3': 'b', # 'q4': 'b', # 'q5': 'a', # 'q6': 'a', # }, #) #yield P02_Instructions #yield P03_Instructions #yield P04_Instructions #yield P05_Instructions #yield P06_Instructions