import real_chile_label as pages from . import * class PlayerBot(Bot): def play_round(self): yield Consent, dict(Consent=True) yield Introduction1 yield Introduction2 yield Introduction3 yield Introduction4 yield Belief1, dict(distribution_json1="xyz") yield Attention yield Demographics, dict( age="18–24", gender="Male ", education="Primary school or less", )