From f03e5e5c3a3d2b22c88ee8884aeebb95bc23e3a2 Mon Sep 17 00:00:00 2001 From: = Enea_Gore Date: Sun, 4 Aug 2024 20:33:07 +0200 Subject: [PATCH 01/99] add UI options for AI Feedback and result history --- ...feedback-suggestion-options.component.html | 14 +++++++++- ...e-feedback-suggestion-options.component.ts | 9 +++++++ .../text-exercise-detail.component.ts | 1 + .../participate/text-editor.component.html | 4 +-- .../text/participate/text-editor.component.ts | 6 ++++- .../course-exercise-details.component.html | 2 +- ...ise-details-student-actions.component.html | 27 +++++++++++++++++++ ...rcise-details-student-actions.component.ts | 11 ++++---- 8 files changed, 64 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/app/exercises/shared/feedback-suggestion/exercise-feedback-suggestion-options.component.html b/src/main/webapp/app/exercises/shared/feedback-suggestion/exercise-feedback-suggestion-options.component.html index cce547bdf2ca..19d28516b886 100644 --- a/src/main/webapp/app/exercises/shared/feedback-suggestion/exercise-feedback-suggestion-options.component.html +++ b/src/main/webapp/app/exercises/shared/feedback-suggestion/exercise-feedback-suggestion-options.component.html @@ -18,7 +18,19 @@ > - @if (!!this.exercise.feedbackSuggestionModule) { +
+ + + +
+ @if (!!this.exercise.feedbackSuggestionModule || this.exercise.allowFeedbackRequests) {