diff --git a/client/src/components/learningPath/LearningContentNavigation.vue b/client/src/components/learningPath/LearningContentNavigation.vue
new file mode 100644
index 00000000..7a082786
--- /dev/null
+++ b/client/src/components/learningPath/LearningContentNavigation.vue
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/client/src/components/learningPath/SelfEvaluation.vue b/client/src/components/learningPath/SelfEvaluation.vue
index ef49d6f6..3560dae6 100644
--- a/client/src/components/learningPath/SelfEvaluation.vue
+++ b/client/src/components/learningPath/SelfEvaluation.vue
@@ -4,6 +4,7 @@ import type { LearningUnit } from "@/types";
import * as log from "loglevel";
import LearningContentContainer from "@/components/learningPath/LearningContentContainer.vue";
+import LearningContentNavigation from "./LearningContentNavigation.vue";
import { COMPLETION_FAILURE, COMPLETION_SUCCESS } from "@/constants";
import { computed, reactive } from "vue";
@@ -52,7 +53,7 @@ function handleBack() {
@next="circleStore.closeSelfEvaluation(props.learningUnit)"
>
-
+
{{ currentQuestion.competence_id }} {{ currentQuestion.title }}
@@ -92,40 +93,13 @@ function handleBack() {
{{ $t("selfEvaluation.progressLink") }}
-
-
-
-
+