from otree.api import Currency as c, currency_range, expect, Bot from . import * class PlayerBot(Bot): def play_round(self): val1 = np.random.choice(["3", "4", "5"]) val2 = np.random.choice(["3", "4", "5"]) yield Submission(Popularity, {'familiarity': val1, 'like': val2}, check_html=False)