diff --git a/backend/experiment/rules/matching_pairs_lite.py b/backend/experiment/rules/matching_pairs_lite.py index 687152aa6..3800c35f5 100644 --- a/backend/experiment/rules/matching_pairs_lite.py +++ b/backend/experiment/rules/matching_pairs_lite.py @@ -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