from otree.api import Currency as c, currency_range, expect, Bot from . import * class PlayerBot(Bot): def play_round(self): yield Submission(task1, check_html=False) dict(you1=100, you2=85, you3=50, you4=50, you5=85, you6=100, other1=50, other2=15, other3=100, other4=100, other5=85, other6=50) def call_live_method(method, **kwargs): for i in range(1,101): for j in range(2, 8): method(i, dict(question_no = j, chosen_value = 0))