diff --git a/client/src/components/assignment/SampleSolution.vue b/client/src/components/assignment/SampleSolution.vue
new file mode 100644
index 00000000..1b9d478b
--- /dev/null
+++ b/client/src/components/assignment/SampleSolution.vue
@@ -0,0 +1,36 @@
+
+
+
+
+
+ {{ $t("assignment.submissionShowSampleSolutionText") }}
+
+
+
+ {{ $t("assignment.submissionShowSampleSolution") }}
+
+
+
+
+
diff --git a/client/src/components/learningPath/assignment/PraxisAssignmentSubmit.vue b/client/src/components/learningPath/assignment/PraxisAssignmentSubmit.vue
index fe8bbd27..ac739f65 100644
--- a/client/src/components/learningPath/assignment/PraxisAssignmentSubmit.vue
+++ b/client/src/components/learningPath/assignment/PraxisAssignmentSubmit.vue
@@ -14,6 +14,7 @@ import type { Assignment } from "@/types";
import DateEmbedding from "@/components/dueDates/DateEmbedding.vue";
import { useLearningMentors } from "@/composables";
import NoMentorInformationPanel from "@/components/mentor/NoMentorInformationPanel.vue";
+import SampleSolution from "@/components/assignment/SampleSolution.vue";
const props = defineProps<{
submissionDeadlineStart?: string | null;
@@ -98,4 +99,9 @@ const onSubmit = async () => {
>
{{ $t("a.Ergebnisse teilen") }}
+
diff --git a/client/src/pages/learningPath/learningContentPage/assignment/AssignmentSubmissionView.vue b/client/src/pages/learningPath/learningContentPage/assignment/AssignmentSubmissionView.vue
index 17a61f09..ebdd32de 100644
--- a/client/src/pages/learningPath/learningContentPage/assignment/AssignmentSubmissionView.vue
+++ b/client/src/pages/learningPath/learningContentPage/assignment/AssignmentSubmissionView.vue
@@ -1,5 +1,4 @@
@@ -134,26 +126,7 @@ const openSolutionSample = () => {
$t("assignment.submissionNotificationDisclaimer", { name: circleExpertName })
}}
-
-
- {{ $t("assignment.submissionShowSampleSolutionText") }}
-
-
-
- {{ $t("assignment.submissionShowSampleSolution") }}
-
-
+