diff --git a/app/views/exercises/implement.html.slim b/app/views/exercises/implement.html.slim
index dc072ad5..f38a23fc 100644
--- a/app/views/exercises/implement.html.slim
+++ b/app/views/exercises/implement.html.slim
@@ -37,7 +37,7 @@
- if current_contributor.programming_group?
.small.text-body-tertiary
- == t('exercises.implement.pair_programming_feedback', url: 'https://etherpad.xopic.de/p/openHPI_PairProgrammingFeedback')
+ == t('exercises.implement.pair_programming_feedback', url: "https://etherpad.xopic.de/p/openHPI_PairProgrammingFeedback?userName=#{CGI.escape(current_user.displayname)}")
a#toggle href="#" data-show=t('shared.show') data-hide=t('shared.hide')
- if @embed_options[:collapse_exercise_description]
diff --git a/app/views/programming_groups/_info_pair_programming.html.slim b/app/views/programming_groups/_info_pair_programming.html.slim
index eb7b9332..6b4cb8ac 100644
--- a/app/views/programming_groups/_info_pair_programming.html.slim
+++ b/app/views/programming_groups/_info_pair_programming.html.slim
@@ -1,6 +1,6 @@
= render_markdown(t('programming_groups.new.info_pair_programming'))
= render_markdown(t('programming_groups.new.info_study'))
-== t('exercises.implement.pair_programming_feedback', url: 'https://etherpad.xopic.de/p/openHPI_PairProgrammingFeedback')
+== t('exercises.implement.pair_programming_feedback', url: "https://etherpad.xopic.de/p/openHPI_PairProgrammingFeedback?userName=#{CGI.escape(current_user.displayname)}")
- content_for :modal_footer do
button.btn.btn-secondary#dont_show_info_pp_modal_again data-bs-dismiss='modal'