import Experiment_1_No_losses as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): if True: yield Demographics, dict(age=125, gender="Male", Name="xyz", Email="xyz") yield CognitiveReflectionTest, dict(crt_bat=0, crt_widget=0, crt_lake=0) if True if self.player.round_number == 1 else False: yield First_Page yield Section_1 if False if self.player.choices_1 == Constants.NTK_choice else True: yield Section_2 if False if self.player.choices_2 == Constants.NTK_choice else True: yield Section_3 if False if self.player.choices_3 == Constants.NTK_choice else True: yield Section_4 if False if all([self.player.choices_1,player.choices_2,player.choices_3,], Constants.NTK_choice) or all([player.choices_1,player.choices_2,player.choices_3,player.choices_4], Constants.Default_choice) else True: yield Results