from otree.api import Currency as c, currency_range, expect, Bot from . import * class PlayerBot(Bot): def play_round(self): yield Results yield Submission(Survey, dict(motivation = "asd", feedback = "feedback", knowledge_gametheory = "knowledge_gametheory", concepts_gametheory = "concepts_gametheory"), check_html = False)