from otree.api import Bot from . import * class PlayerBot(Bot): def play_round(self): # Simuliere Aktionen des Bots auf der ConsentForm-Seite yield ConsentForm, dict(Consent_1 = True, Consent_2 = True) yield Instructions, dict(test_matrix_answer = 13, test_transcription_answer = 'A1B2C3D4E5F6G7')