from otree.api import Currency as c, currency_range, expect, Bot from . import * class PlayerBot(Bot): def play_round(self): yield Submission(InformedConsent, check_html=False) yield Submission(FocusPledge, check_html=False) yield Submission(Introduction, check_html=False) yield Submission(Task1_Instructions, check_html=False)