fix: Avoid reports of legitimate content#3063
Conversation
Social media platforms use `Melden` to report inappropriate content. In the teaching context, it is common in German to report yourself if you have a question (sich melden). It appears that students report content to get attention from the teacher because no reported content includes inappropriate content. It is the hope that `Inhalt melden` makes it clearer that this is a content moderation function. The popup message also asks the student if he wants to report the content. This should make it clearer that it is not "sich melden". Due to the Turbo.js migration, this message is not always displayed, or the students ignore the message. #3021 might also cause\contribute to the issue.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3063 +/- ##
=======================================
Coverage 70.24% 70.24%
=======================================
Files 215 215
Lines 6850 6850
=======================================
Hits 4812 4812
Misses 2038 2038 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
MrSerth
left a comment
There was a problem hiding this comment.
Thanks, shall we update the confirmation message (in both languages), too?
A proposal would be something like Sind Sie sicher, dass Sie diesen Inhalt **als unangemessen** melden möchten? / Are you sure you want to report this content **as inappropriate**?, which is also closer to the wording in Xikolo.
|
Thank you very much for the updated confirmation! I applied them. I am not used to the |
Thanks, and sorry for the confusion. I would not add |
Social media platforms use
Meldento report inappropriate content. In the teaching context, it is common in German to report yourself if you have a question (sich melden). It appears that students report content to get attention from the teacher because no reported content includes inappropriate content.It is the hope that
Inhalt meldenmakes it clearer that this is a content moderation function.The popup message also asks the student if he wants to report the content. This should make it clearer that it is not "sich melden". Due to the Turbo.js migration, this message is not always displayed, or the students ignore the message. #3021 might also cause/contribute to the issue.