Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback Analysis: Error details feedback cut off #9820

Open
b-fein opened this issue Nov 19, 2024 · 1 comment
Open

Feedback Analysis: Error details feedback cut off #9820

b-fein opened this issue Nov 19, 2024 · 1 comment
Assignees
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

Comments

@b-fein
Copy link
Contributor

b-fein commented Nov 19, 2024

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

  1. Set up a Programming exercise that produces longer feedback texts.
  2. Go to the Grading -> Feedback Analysis page for the exercise.
  3. Show the Error Details dialogue for one of the long feedbacks.
  4. The text is cut off.

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

@b-fein b-fein added the bug label Nov 19, 2024
@github-actions github-actions bot added assessment Pull requests that affect the corresponding module exercise Pull requests that affect the corresponding module programming Pull requests that affect the corresponding module labels Nov 19, 2024
@b-fein
Copy link
Contributor Author

b-fein commented Nov 19, 2024

/cc @az108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants