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

Feature: Reuse of custom comments for grading #26

Open
Gram21 opened this issue Apr 25, 2022 · 3 comments
Open

Feature: Reuse of custom comments for grading #26

Gram21 opened this issue Apr 25, 2022 · 3 comments

Comments

@Gram21
Copy link
Member

Gram21 commented Apr 25, 2022

Is your feature request related to a problem? Please describe.
When a student has made the same mistake at multiple places in their solution, I want to be able to reuse the same custom comment easily without having to rewrite/copy the description and having to set the severity (point deduction) to 0. The major problem is that if I delete the "main" comment that has the penalty, I lose the whole deduction. At the same time, it might look weird for students because there are 0-penalty comments (that actually do contribute to an actual penalty).

Describe the solution you'd like
At best, when I create a new custom comment, I actually create a new custom button where I can set a description (+ maybe an short name for the button) and the deduction.

Describe alternatives you've considered
See above. Creating further 0-point custom comments, but this has drawbacks like extra work for copying and making sure you do not remove the one custom comment that cares for the deduction.

@Shirkanesi
Copy link

Are you talking about "Benutzerdefinierter Abzug" (custom penalty) or is this about normal deductions?
The latter one can be added multiple times and will only apply the penalty once.

The idea with saving comment-texts might also be related to the discussion down in
kit-sdq/eclipse-artemis#83

@Gram21
Copy link
Member Author

Gram21 commented Apr 25, 2022

This is about "Benutzerdefinierter Abzug" (custom penalty). I think the discussion might be related but as far as I understand is not the exact same. I would like to be able to insert a certain custom penalty multiple times (because a student did a special mistake multiple times at their solution but the mistake is not covered with existing buttons) with only deducting points once.

@dfuchss dfuchss transferred this issue from kit-sdq/eclipse-artemis Jul 14, 2024
@Luro02
Copy link
Collaborator

Luro02 commented Jan 30, 2025

This has been open for quite a while now, since then, some things have changed. There is still value in implementing this.

The main change is that you can no longer subtract points through a custom penalty. You can add custom comments though.

The implementation could look like this:

  1. Add a + button near the custom comment section
  2. Pressing that button will open a pop-up
  3. In it, one can set the name of the button and a text associated with it.
  4. After confirming the input, a new button will be added in the section where custom comments are located in

Some things to consider while implementing:

  • buttons should be removable
  • buttons should be editable
  • they should be preserved between gradings, maybe even across sessions. There is little reason in creating buttons that only exist for a single submission

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planned in near Future
Development

No branches or pull requests

4 participants