From b28b9a820ed4c480f6a85376f3a595474cfb27d5 Mon Sep 17 00:00:00 2001 From: Auldrin Possa Date: Mon, 30 Sep 2024 15:16:39 +0100 Subject: [PATCH 1/2] TD-4697-'Cancel' link redirected to proficiency page and implemented plural verbs in AddItional Competencies page text. --- .../AddOptionalCompetencies.cshtml | 8 ++--- .../ManageOptionalCompetencies.cshtml | 30 +++++-------------- 2 files changed, 12 insertions(+), 26 deletions(-) diff --git a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/AddOptionalCompetencies.cshtml b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/AddOptionalCompetencies.cshtml index fc9f2e351d..707af1039f 100644 --- a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/AddOptionalCompetencies.cshtml +++ b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/AddOptionalCompetencies.cshtml @@ -26,18 +26,18 @@

Add optional @Model.VocabPlural().ToLower() to your assessment?

-

During your assessment you will need to add one or more optional proficiencies to your assessment to be certified within your role

+

During your assessment you will need to add one or more optional @Model.VocabPlural().ToLower() to your assessment to be certified within your role

- What are optional proficiencies? + What are optional @Model.VocabPlural().ToLower()?
-

Optional proficiencies refer to specific skills or competencies that are not part of the core requirements but may be added based on your role, specialisation, or the needs of your workplace.

+

Optional @Model.VocabPlural().ToLower() refer to specific skills or competencies that are not part of the core requirements but may be added based on your role, specialisation, or the needs of your workplace.

-

These proficiencies might be different depending on your role or organization so you may need to discuss this with your educator or manager

+

These @Model.VocabPlural().ToLower() might be different depending on your role or organization so you may need to discuss this with your educator or manager

Remind me later diff --git a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/ManageOptionalCompetencies.cshtml b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/ManageOptionalCompetencies.cshtml index 6a0e4cbe51..315c1ac11f 100644 --- a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/ManageOptionalCompetencies.cshtml +++ b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/ManageOptionalCompetencies.cshtml @@ -124,28 +124,14 @@ else @section scripts { From a60421eedc2bd7d3451c68d4652e0999a7e0b8d2 Mon Sep 17 00:00:00 2001 From: Auldrin Possa Date: Tue, 1 Oct 2024 11:59:53 +0100 Subject: [PATCH 2/2] Call to AddOptionalCompetencies for self assessments with LinearNavigation --- .../SelfAssessments/SelfAssessmentDescription.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml index d5c2dd92ca..346322f8e3 100644 --- a/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml +++ b/DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/SelfAssessmentDescription.cshtml @@ -48,7 +48,7 @@ else @if (Model.LinearNavigation) { - View @Model.VocabPlural + View @Model.VocabPlural @if (Model.UserBookmark != null) { if (bookmarkIsRelevant)