from otree.api import Currency as c from . import pages from ._builtin import Bot from .models import Constants class PlayerBot(Bot): def play_round(self): yield pages.Questionnaire, dict( survey_q1="a)A’s Pros and B’s Cons", survey_q2="a)Nothing", survey_q3="a)The worse Candidate is elected.", survey_q4="a)Candidate. The Voter’s choices come from participants in previous sessions.", ) yield pages.CognitiveReflectionTest, dict()