From 5bbc94f1d12ec53b1a3fa205b67ffe0544f6b8a8 Mon Sep 17 00:00:00 2001 From: kiragrammel Date: Fri, 13 Oct 2023 12:52:35 +0200 Subject: [PATCH] Remove info about study & link to feedback page --- app/views/exercises/implement.html.slim | 4 ---- app/views/programming_groups/_info_pair_programming.html.slim | 2 -- app/views/programming_groups/new.html.slim | 1 - config/locales/de.yml | 2 -- config/locales/en.yml | 2 -- 5 files changed, 11 deletions(-) diff --git a/app/views/exercises/implement.html.slim b/app/views/exercises/implement.html.slim index 40a7c0eb..4d323038 100644 --- a/app/views/exercises/implement.html.slim +++ b/app/views/exercises/implement.html.slim @@ -36,10 +36,6 @@ #description-card.lead class=(@embed_options[:collapse_exercise_description] ? 'description-card-collapsed' : 'description-card') = render_markdown(@exercise.description) - - if current_contributor.programming_group? - .small.text-body-tertiary - == 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] = t('shared.show') diff --git a/app/views/programming_groups/_info_pair_programming.html.slim b/app/views/programming_groups/_info_pair_programming.html.slim index 6b4cb8ac..6e049a21 100644 --- a/app/views/programming_groups/_info_pair_programming.html.slim +++ b/app/views/programming_groups/_info_pair_programming.html.slim @@ -1,6 +1,4 @@ = 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?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' diff --git a/app/views/programming_groups/new.html.slim b/app/views/programming_groups/new.html.slim index cef63f94..48328bae 100644 --- a/app/views/programming_groups/new.html.slim +++ b/app/views/programming_groups/new.html.slim @@ -9,7 +9,6 @@ h1.d-inline-block = t('programming_groups.new.create_programming_pair') p = t('programming_groups.new.info_forced_work_together', exercise_title: @exercise.title) - else p = t('programming_groups.new.info_work_together', exercise_title: @exercise.title) - .text-body-tertiary == t('exercises.implement.pair_programming_feedback', url: "https://etherpad.xopic.de/p/openHPI_PairProgrammingFeedback?userName=#{CGI.escape(current_user.displayname)}") .row .col-md-6 diff --git a/config/locales/de.yml b/config/locales/de.yml index 383953d5..ee846bf3 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -488,7 +488,6 @@ de: exit_failure: Die letzte Code-Ausführung wurde mit einem Fehler beendet (Statuscode %{exit_code}). no_output_yet: Bisher existiert noch keine Ausgabe. output: Programm-Ausgabe - pair_programming_feedback: "Falls dir Probleme bei der Zusammenarbeit auffallen, kannst du diese gerne hier aufschreiben. Vielen Dank!" passed_tests: Erfolgreiche Tests code_rating: Code-Stil progress: Fortschritt @@ -601,7 +600,6 @@ de: find_partner_title: "Eine:n Programmierpartner:in für die Aufgabe finden" find_partner_description: "Wenn Sie keine Person aus dem Kurs kennen, haben Sie die Möglichkeit mit einer anderen Person gepaart zu werden. Sie werden dann zur Aufgabe weitergeleitet, sobald eine andere Person ebenfalls diese Aufgabe im Team lösen möchte." info_pair_programming: "Pair Programming (Programmieren in Paaren) ist eine Methode, bei der zwei Personen gemeinsam programmieren. Dabei übernehmen sie abwechselnd zwei verschiedene Rollen: Den Driver, der den Code schreibt und sich auf die Details fokussiert und den Navigator, der Tippfehler korrigiert, die Aufgabenstellung im Blick behält und Verbesserungsideen vorschlägt. Kommunikation miteinander ist von entscheidender Bedeutung für erfolgreiches Pair Programming." - info_study: "Im Rahmen meiner Masterarbeit möchte ich das Anwenden von Pair Programming in diesem MOOC analysieren. Ich würde mich daher sehr darüber freuen, wenn ihr gemeinsam mit einer anderen Person die Aufgaben bearbeitet und mir anschließend euer Feedback in den Umfragen mitteilt. Bitte beachtet, dass es sich bei dieser Funktion um eine Beta-Version handelt, die bisher noch nicht für alle Nutzer:innen freigeschaltet wurde." info_forced_work_together: "Sie können die Aufgabe '%{exercise_title}' nur gemeinsam mit einer anderen Person lösen. Ihr:e Teampartner:in kann sehen, was Sie in dieser Aufgabe schreiben und umgekehrt. Für das Lösen der Aufgabe erhalten Sie Bonuspunkte." info_work_together: "Sie haben die Möglichkeit, die Aufgabe '%{exercise_title}' zusammen mit einer anderen Person zu lösen. Ihr:e Teampartner:in kann sehen, was Sie in dieser Aufgabe schreiben und umgekehrt. Beachten Sie dabei, dass anschließend keiner die Zusammenarbeit beenden kann. Für die nächste Aufgabe können Sie sich erneuert entscheiden, ob und mit wem Sie zusammen arbeiten möchten." find_programming_partner: Programmierpartner:in finden diff --git a/config/locales/en.yml b/config/locales/en.yml index 49cbd11a..8eb0d5fd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -488,7 +488,6 @@ en: exit_failure: The last code run exited with a failure (status code %{exit_code}). no_output_yet: There is no output yet. output: Program Output - pair_programming_feedback: "If you notice any errors with the pair programming feature, feel free to write them down here. Thanks a lot!" passed_tests: Passed Tests code_rating: Code Rating progress: Progress @@ -601,7 +600,6 @@ en: find_partner_title: "Find a programming partner for the exercise" find_partner_description: "If you don't know a person from the course, you have the possibility to be paired with another person. Then, you will be redirected to the task as soon as another person also wants to solve this task in a team." info_pair_programming: "Pair Programming is a method where two people program together. They alternate between two distinct roles: the Driver, responsible for writing the code and focusing on the details, and the Navigator, tasked with correcting typos, overseeing the task's progress, and offering suggestions for improvement. Effective communication in the pair is crucial for the success of pair programming." - info_study: "As part of my master's thesis, I would like to analyze the use of pair programming in this MOOC. Therefore, I would be very happy if you work on the exercises together with another person and then give me your feedback in the surveys. Please note that this feature is a beta version that has not yet been activated for all users." info_forced_work_together: "You can solve the exercise '%{exercise_title}' only together with another person. Your team partner can see what you write in this exercise and vice versa. You will get bonus points for solving the exercise." info_work_together: "You have the possibility to solve the task '%{exercise_title}' together with another person. Your team partner can see what you write in this task and vice versa. Note that no one can stop the collaboration afterwards. For the next task you can decide again if and with whom you want to work together." find_programming_partner: Find Programming Partner