Skip to content

Commit

Permalink
Set is graded to false for student request
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Jan 15, 2025
1 parent 247e7fb commit 6728ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void generateAutomaticNonGradedFeedback(StudentParticipation participatio

log.debug("Submission id: {}", textSubmission.getId());

var athenaResponse = this.athenaFeedbackSuggestionsService.orElseThrow().getTextFeedbackSuggestions(textExercise, textSubmission, true);
var athenaResponse = this.athenaFeedbackSuggestionsService.orElseThrow().getTextFeedbackSuggestions(textExercise, textSubmission, false);

Set<TextBlock> textBlocks = new HashSet<>();
List<Feedback> feedbacks = new ArrayList<>();
Expand Down

0 comments on commit 6728ffe

Please sign in to comment.