Etherpad link for pair programming feedback

This commit is contained in:
kiragrammel
2023-09-04 16:46:54 +02:00
committed by Sebastian Serth
parent 056a8e5107
commit d1d5b0df6f
3 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,10 @@
#description-card.lead class=(@embed_options[:collapse_exercise_description] ? 'description-card-collapsed' : 'description-card') #description-card.lead class=(@embed_options[:collapse_exercise_description] ? 'description-card-collapsed' : 'description-card')
= render_markdown(@exercise.description) = 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')
a#toggle href="#" data-show=t('shared.show') data-hide=t('shared.hide') a#toggle href="#" data-show=t('shared.show') data-hide=t('shared.hide')
- if @embed_options[:collapse_exercise_description] - if @embed_options[:collapse_exercise_description]
= t('shared.show') = t('shared.show')

View File

@ -487,6 +487,7 @@ de:
exit_failure: Die letzte Code-Ausführung wurde mit einem Fehler beendet (Statuscode %{exit_code}). exit_failure: Die letzte Code-Ausführung wurde mit einem Fehler beendet (Statuscode %{exit_code}).
no_output_yet: Bisher existiert noch keine Ausgabe. no_output_yet: Bisher existiert noch keine Ausgabe.
output: Programm-Ausgabe output: Programm-Ausgabe
pair_programming_feedback: Falls dir Probleme bei der Zusammenarbeit auffallen, kannst du diese gerne <a target='_blank', href=%{url}>hier aufschreiben</a>. Vielen Dank!"
passed_tests: Erfolgreiche Tests passed_tests: Erfolgreiche Tests
code_rating: Code-Stil code_rating: Code-Stil
progress: Fortschritt progress: Fortschritt

View File

@ -487,6 +487,7 @@ en:
exit_failure: The last code run exited with a failure (status code %{exit_code}). exit_failure: The last code run exited with a failure (status code %{exit_code}).
no_output_yet: There is no output yet. no_output_yet: There is no output yet.
output: Program Output output: Program Output
pair_programming_feedback: If you notice any errors with the pair programming feature, feel free to <a target='_blank', href=%{url}>write them down here</a>. Thanks a lot!
passed_tests: Passed Tests passed_tests: Passed Tests
code_rating: Code Rating code_rating: Code Rating
progress: Progress progress: Progress