Feedback Analysis: Error details feedback cut off #9820
Labels
assessment
Pull requests that affect the corresponding module
bug
exercise
Pull requests that affect the corresponding module
programming
Pull requests that affect the corresponding module
Describe the bug
Under Grading -> Feedback analysis the different feedbacks for students can be viewed by instructors to check for common errors.
When showing the error details dialogue for such a feedback, it is cut off in case a
LongFeedback
is used to show the full feedback. I.e. the feedback text in the dialogue box ends with[...]
instead of showing the full feedback.To Reproduce
Expected behavior
The full feedback text is shown.
Screenshots
No response
Which version of Artemis are you seeing the problem on?
7.7.0
What browsers are you seeing the problem on?
Firefox
Additional context
Note: The same lazy-loading idea as for the regular feedback details list for the student should be used and only load the full long feedback if necessary when opening a Error Details dialogue. (The client should have a long feedback service, if I remember correctly.)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: