from otree.api import Currency as c, currency_range from . import pages from ._builtin import Bot from .models import Constants class PlayerBot(Bot): def play_round(self): yield (pages.Task2Instructions1) # yield (pages.Task2Instructions2) yield (pages.Task2Instructions3) yield (pages.Quiz, {'quiz1': 200, 'quiz2': 110}) yield (pages.StartofExperiment)