Skip to content

Commit

Permalink
remove info from Final
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Feb 19, 2024
1 parent c74d3a9 commit cf8c72b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/experiment/rules/matching_pairs_lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ def next_round(self, session):
title='Score',
final_text='End of the game',
button={
'text': 'Play again',
'text': 'Back to dashboard',
},
rank=self.rank(session, exclude_unfinished=False),
feedback_info=self.feedback_info()
)
return score

0 comments on commit cf8c72b

Please sign in to comment.