Skip to content

Commit

Permalink
remove consent
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Oct 9, 2023
1 parent c41139b commit c1f41ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/experiment/rules/thats_my_song.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ def get_info_playlist(self, filename):
'tag': form,
'group': decade
}

def first_round(self, experiment):
actions = super().first_round(experiment)
# remove consent
del actions[1]
return actions

def next_round(self, session):
"""Get action data for the next round"""
Expand Down

0 comments on commit c1f41ab

Please sign in to comment.