-
Notifications
You must be signed in to change notification settings - Fork 6
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
: Add penalty-threshold to annotation
#75
Comments
Due to the current design, actually getting information about the threshold is not that easy (as the actual ThresholdPenaltyRule cannot be accessed that easily from the AnnotationMapper). I've created a quick draft of this idea here Shirkanesi/programming-lecture-eclipse-artemis@345670e Oppinions? We might also discuss the actual formatting of this information, as using an entire line in the feedback looks weird, just putting (x/y) at the end of the headline of each penalty looks weird also :( |
Actually I'm not happy with the current state of the serialization at all ; therefore, I'll have a look at this part when I find some time :) |
Feature
: Add penalty-thresholt to annotationFeature
: Add penalty-threshold to annotation
@Feuermagier @Luro02 We can check whether we can include that to the new version of artemis4j or a follow-up PR :) |
Is your feature request related to a problem? Please describe.
The grading-tool allows to define a threshold after which points will get deduced (e.g. -1P when 3 annotations of same type are made). However this information is not properly visible in Artemis so in case a student starts a discussion about their deduction, instructors must keep track of the amount of such annotations made and then calculate the penalty.
Describe the solution you'd like
Display this information in the annotation.
The text was updated successfully, but these errors were encountered: