diff --git a/client/src/components/FeedbackForm.vue b/client/src/components/FeedbackForm.vue index db983244..9d7fb918 100644 --- a/client/src/components/FeedbackForm.vue +++ b/client/src/components/FeedbackForm.vue @@ -105,7 +105,7 @@ @back="previousStep" @continue="nextStep" > -
+ diff --git a/client/src/components/learningPath/FeedbackCompletition.vue b/client/src/components/learningPath/FeedbackCompletition.vue index ee27de0d..deefc0e9 100644 --- a/client/src/components/learningPath/FeedbackCompletition.vue +++ b/client/src/components/learningPath/FeedbackCompletition.vue @@ -2,7 +2,7 @@

{{ title }}

{{ title }}

diff --git a/client/src/components/learningPath/SelfEvaluation.vue b/client/src/components/learningPath/SelfEvaluation.vue index bf0f0df6..f070eac9 100644 --- a/client/src/components/learningPath/SelfEvaluation.vue +++ b/client/src/components/learningPath/SelfEvaluation.vue @@ -5,12 +5,14 @@ import * as log from "loglevel"; import LearningContentContainer from "@/components/learningPath/LearningContentContainer.vue"; import { COMPLETION_FAILURE, COMPLETION_SUCCESS } from "@/constants"; +import { useCourseSessionsStore } from "@/stores/courseSessions"; import { computed, reactive } from "vue"; import LearningContentNavigation from "./LearningContentNavigation.vue"; log.debug("LearningContent.vue setup"); const circleStore = useCircleStore(); +const courseSession = useCourseSessionsStore(); const state = reactive({ questionIndex: 0, @@ -90,7 +92,12 @@ function handleBack() {
{{ $t("selfEvaluation.progressText") }} - {{ $t("selfEvaluation.progressLink") }} + + {{ $t("selfEvaluation.progressLink") }} +
+ + + + +