from otree.api import Currency as c, currency_range, expect, Bot from . import * class PlayerBot(Bot): def play_round(self): yield Submission(Instructions, check_html = False) yield Submission(Comprehension, dict(answer1 = 60, answer2 = 15, answer3 = 8, answer4 = 13, answer5 = 1.6), check_html = False)