diff --git a/DigitalLearningSolutions.Web/Models/Enums/CompetencyAssessmentsTab.cs b/DigitalLearningSolutions.Web/Models/Enums/CompetencyAssessmentsTab.cs index ed435294f7..101011e12f 100644 --- a/DigitalLearningSolutions.Web/Models/Enums/CompetencyAssessmentsTab.cs +++ b/DigitalLearningSolutions.Web/Models/Enums/CompetencyAssessmentsTab.cs @@ -9,7 +9,7 @@ public class CompetencyAssessmentsTab : BaseTabEnumeration nameof(MyCompetencyAssessments), "CompetencyAssessments", "ViewCompetencyAssessments", - "My Self-assessments", + "My self-assessments", new Dictionary { { "tabName", "Mine" } } ); @@ -18,7 +18,7 @@ public class CompetencyAssessmentsTab : BaseTabEnumeration nameof(AllCompetencyAssessments), "CompetencyAssessments", "ViewCompetencyAssessments", - "All Self-assessments", + "All self-assessments", new Dictionary { { "tabName", "All" } } ); diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetencies.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetencies.cshtml index 727d842d9e..5c7c60ce1a 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetencies.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetencies.cshtml @@ -1,8 +1,8 @@ @using DigitalLearningSolutions.Web.ViewModels.CompetencyAssessments @model AddCompetenciesViewModel; @{ - ViewData["Title"] = "Add Competencies to Self Assessment"; - ViewData["Application"] = "Framework Service"; + ViewData["Title"] = "Add Competencies to self-assessment"; + ViewData["Application"] = "Framework service"; } @section NavMenuItems { diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetenciesSelectFramework.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetenciesSelectFramework.cshtml index cda1e97ec5..b18900e0af 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetenciesSelectFramework.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetenciesSelectFramework.cshtml @@ -1,8 +1,8 @@ @using DigitalLearningSolutions.Web.ViewModels.CompetencyAssessments @model AddCompetenciesSelectFrameworkViewModel; @{ - ViewData["Title"] = "Select Framework Source"; - ViewData["Application"] = "Framework Service"; + ViewData["Title"] = "Select framework source"; + ViewData["Application"] = "Framework service"; } @section NavMenuItems { diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentFeatures.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentFeatures.cshtml index 470c4695a7..c786cccf58 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentFeatures.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentFeatures.cshtml @@ -2,8 +2,8 @@ @model CompetencyAssessmentFeaturesViewModel @{ ViewData["Title"] = "Self-assessment features "; - ViewData["Application"] = "Framework Service"; - ViewData["HeaderPathName"] = "Framework Service"; + ViewData["Application"] = "Framework service"; + ViewData["HeaderPathName"] = "Framework service"; } @section NavMenuItems { diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml index 3c8f2c9a83..875dd4c9ce 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml @@ -2,7 +2,7 @@ @model OptionsLabelsViewModel @{ ViewData["Title"] = "Self-assessment options and labels"; - ViewData["Application"] = "Self-assessment Service"; + ViewData["Application"] = "Self-assessment service"; var steps = new[] { @@ -87,7 +87,7 @@
- Do you want to prompt learners to agree to the self assessment process when they first start the self assessment? + Do you want to prompt learners to agree to the self-assessment process when they first start the self-assessment?
@@ -117,7 +117,7 @@
- Do you want to display signposted learning content when a learner submits their self assessment results? + Do you want to display signposted learning content when a learner submits their self-assessment results?
@@ -207,7 +207,7 @@
- Do you want to specify a custom label for self assessment questions? If not, they will be labelled as “question”. + Do you want to specify a custom label for self-assessment questions? If not, they will be labelled as “question”.
diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentPreviewConfirm.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentPreviewConfirm.cshtml index bc2ea4e2e4..9a711c1fde 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentPreviewConfirm.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentPreviewConfirm.cshtml @@ -4,9 +4,9 @@ @inject IConfiguration Configuration @{ - ViewData["Title"] = "Self-assessment - Preview"; - ViewData["Application"] = "Self-assessment Service"; - ViewData["HeaderPathName"] = "Self-assessment Service"; + ViewData["Title"] = "Self-assessment - preview"; + ViewData["Application"] = "Self-assessment service"; + ViewData["HeaderPathName"] = "Self-assessment service"; } @section NavMenuItems { @@ -29,10 +29,10 @@

- Preview self assessment + Preview self-assessment

- To preview this self assessment, it must be made available to your current centre, @Model.CentreName, if it isn’t already. You will then be enrolled as a test learner to view the self-assessment as a learner would. + To preview this self-assessment, it must be made available to your current centre, @Model.CentreName, if it isn’t already. You will then be enrolled as a test learner to view the self-assessment as a learner would.