-
diff --git a/client/src/pages/cockpit/assignmentEvaluationPage/EvaluationContainer.vue b/client/src/pages/cockpit/assignmentEvaluationPage/EvaluationContainer.vue
new file mode 100644
index 00000000..3f5489f9
--- /dev/null
+++ b/client/src/pages/cockpit/assignmentEvaluationPage/EvaluationContainer.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+ {{ props.assignmentUser.first_name }} {{ props.assignmentUser.last_name }} hat
+ die Ergebnisse am
+ {{ dayjs(props.assignmentCompletion.submitted_at).format("DD.MM.YYYY") }} um
+ {{ dayjs(props.assignmentCompletion.submitted_at).format("HH.mm") }} Uhr
+ abgegeben.
+
+
+ Bewertung
+
+
+
+
+
+
+
+
+
+
diff --git a/client/src/pages/cockpit/assignmentEvaluationPage/UserEvaluation.vue b/client/src/pages/cockpit/assignmentEvaluationPage/UserEvaluation.vue
deleted file mode 100644
index 7106479f..00000000
--- a/client/src/pages/cockpit/assignmentEvaluationPage/UserEvaluation.vue
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
- {{ props.assignmentUser.first_name }} {{ props.assignmentUser.last_name }} hat die
- Ergebnisse am
- {{ dayjs(props.assignmentCompletion.submitted_at).format("DD.MM.YYYY") }} um
- {{ dayjs(props.assignmentCompletion.submitted_at).format("HH.mm") }} Uhr
- abgegeben.
-
-
-
Bewertung
-
-
-
-
-
-