from otree.api import Currency as c, currency_range from . import pages from ._builtin import Bot from .models import Constants class PlayerBot(Bot): def play_round(self): yield pages.AttentionCheck2, dict( attention2_check="Whether you are in favor or against daylight savings does not affect your eligibility to participate in this study. However, we ask that you write at least 15 words on your thoughts about this topic.") yield pages.ProlificID, dict(prolific_id = "Abcdhjklkjskjdkjklkjhjkl") yield pages.Welcome yield pages.StudyNutShell yield pages.Instructions, dict(skip=1) yield pages.ComprehensionCheck, dict(qn_procedure1=1, qn_procedure2=1, qn_confidence=15) yield pages.BeginStudy