import SC_202604 as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield Welcome yield Constent_form, dict(consent="Yes") if FIX_THIS_IF: yield Social_class_part1, dict(FIX_THESE_FORM_FIELDS) if FIX_THIS_IF: yield Instructions_part2 if FIX_THIS_IF: yield Comprehensive_questions_part2, dict( comprehensive1="A. I will pay exactly $0.1.", comprehensive2="A. I will spend more time if I choose to seek help from AI rather than the supervisors.", comprehensive3="A. The advice from AI is better than the supervisors.", ) if FIX_THIS_IF: yield Instructions_part2_procedue if FIX_THIS_IF: yield Q1_withresources if FIX_THIS_IF: yield Q2_withresources if FIX_THIS_IF: yield Seeking_Choices, dict( Q1_resource_seeking="A. I would like to answer the questions independently.", Q2_resource_seeking="A. I would like to answer the questions independently.", ) if FIX_THIS_IF: yield Q1_withresources_answers, dict( Q1_withresources_answers="A. Try and develop a niche product instead", ) if FIX_THIS_IF: yield Q2_withresources_answers, dict( Q2_withresources_answers="A. They cannot get financing elsewhere.", ) if FIX_THIS_IF: yield Instruction_part3 if FIX_THIS_IF: yield Q1_withoutresources_answers, dict(Q1_withoutresources_answer="Growth") if FIX_THIS_IF: yield Personal_information_part4, dict(Age=0) if self.player.comprehension_wrong: yield Final_page_comprehensive if FIX_THIS_IF: yield Final_page_consent if FIX_THIS_IF: yield Final_page_finish