From 620a48723a3e0e72146e8b8e560eee3875e06e46 Mon Sep 17 00:00:00 2001 From: Reto Aebersold Date: Mon, 27 Nov 2023 14:58:51 +0100 Subject: [PATCH 1/2] chore: small fixes --- client/src/components/dashboard/CourseDetailDates.vue | 8 ++++++-- client/src/pages/dashboard/statistic/AssignmentList.vue | 2 +- client/src/pages/dashboard/statistic/AttendanceList.vue | 2 +- client/src/pages/dashboard/statistic/FeedbackList.vue | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/client/src/components/dashboard/CourseDetailDates.vue b/client/src/components/dashboard/CourseDetailDates.vue index a06621dd..3eb2d107 100644 --- a/client/src/components/dashboard/CourseDetailDates.vue +++ b/client/src/components/dashboard/CourseDetailDates.vue @@ -25,11 +25,15 @@ const allDueDates = courseSessionsStore.allDueDates(); - + {{ $t("a.Alle Lehrgänge anzeigen") }} -

{{ $t("a.AlleTermine") }}

+

{{ $t("a.AlleTermine") }}

{ }} -
+
diff --git a/client/src/pages/dashboard/statistic/AttendanceList.vue b/client/src/pages/dashboard/statistic/AttendanceList.vue index 89846c32..2d1ad523 100644 --- a/client/src/pages/dashboard/statistic/AttendanceList.vue +++ b/client/src/pages/dashboard/statistic/AttendanceList.vue @@ -62,7 +62,7 @@ const attendanceStats = (present: number, total: number) => { }}
-
+
{{ $t("a.present von total Teilnehmenden anwesend", { diff --git a/client/src/pages/dashboard/statistic/FeedbackList.vue b/client/src/pages/dashboard/statistic/FeedbackList.vue index 581538c7..bca9d3c1 100644 --- a/client/src/pages/dashboard/statistic/FeedbackList.vue +++ b/client/src/pages/dashboard/statistic/FeedbackList.vue @@ -48,7 +48,7 @@ const { courseSessionName, circleMeta } = useCourseStatistics(); }}» - Trainer: {{ (item as FeedbackStatisticsRecordType).experts }}
-
+
Date: Wed, 13 Dec 2023 08:29:55 +0100 Subject: [PATCH 2/2] Show evaluator sample solution if present --- .../cockpit/assignmentEvaluationPage/EvaluationIntro.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/src/pages/cockpit/assignmentEvaluationPage/EvaluationIntro.vue b/client/src/pages/cockpit/assignmentEvaluationPage/EvaluationIntro.vue index 16121d9e..6d293307 100644 --- a/client/src/pages/cockpit/assignmentEvaluationPage/EvaluationIntro.vue +++ b/client/src/pages/cockpit/assignmentEvaluationPage/EvaluationIntro.vue @@ -110,6 +110,15 @@ async function startEvaluation() {

+

+ + {{ $t("assignment.submissionShowSampleSolution") }} + +

+