diff --git a/DigitalLearningSolutions.Web/Models/Enums/CompetencyAssessmentsTab.cs b/DigitalLearningSolutions.Web/Models/Enums/CompetencyAssessmentsTab.cs index c77a640c7e..ed435294f7 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 Competency Assessments", + "My Self-assessments", new Dictionary { { "tabName", "Mine" } } ); @@ -18,7 +18,7 @@ public class CompetencyAssessmentsTab : BaseTabEnumeration nameof(AllCompetencyAssessments), "CompetencyAssessments", "ViewCompetencyAssessments", - "All Competency Assessments", + "All Self-assessments", new Dictionary { { "tabName", "All" } } ); diff --git a/DigitalLearningSolutions.Web/ViewModels/CompetencyAssessments/BaseCompetencyAssessmentsPageViewModel.cs b/DigitalLearningSolutions.Web/ViewModels/CompetencyAssessments/BaseCompetencyAssessmentsPageViewModel.cs index 01a65ba1ca..3bb675115d 100644 --- a/DigitalLearningSolutions.Web/ViewModels/CompetencyAssessments/BaseCompetencyAssessmentsPageViewModel.cs +++ b/DigitalLearningSolutions.Web/ViewModels/CompetencyAssessments/BaseCompetencyAssessmentsPageViewModel.cs @@ -60,7 +60,7 @@ private int OffsetFromPageNumber(int pageNumber) => public static class CompetencyAssessmentSortByOptionTexts { public const string - CompetencyAssessmentName = "Competency Assessment", + CompetencyAssessmentName = "Self-assessment", CompetencyAssessmentOwner = "Owner", CompetencyAssessmentCreatedDate = "Created Date", CompetencyAssessmentPublishStatus = "Publish Status", diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetencies.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetencies.cshtml index 119e3d17dd..727d842d9e 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetencies.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetencies.cshtml @@ -13,11 +13,11 @@ } diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetenciesSelectFramework.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetenciesSelectFramework.cshtml index d65981ca12..cda1e97ec5 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetenciesSelectFramework.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/AddCompetenciesSelectFramework.cshtml @@ -13,11 +13,11 @@ } @@ -32,7 +32,7 @@

- Select the framework source you would like to use to add @Model.VocabularyPlural.ToLower() to this competency assessment. + Select the framework source you would like to use to add @Model.VocabularyPlural.ToLower() to this self-assessment.

diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentFeatures.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentFeatures.cshtml index 1e5ef6a629..470c4695a7 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentFeatures.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentFeatures.cshtml @@ -1,7 +1,7 @@ @using DigitalLearningSolutions.Web.ViewModels.CompetencyAssessments @model CompetencyAssessmentFeaturesViewModel @{ - ViewData["Title"] = "Competency assessment features "; + ViewData["Title"] = "Self-assessment features "; ViewData["Application"] = "Framework Service"; ViewData["HeaderPathName"] = "Framework Service"; } @@ -9,30 +9,30 @@ @section NavMenuItems { } - @section NavBreadcrumbs { +@section NavBreadcrumbs { -} +} -

Create a new competency assessment

-

Which features of the framework do you want to copy into the competency assessment?

+

Create a new self-assessment

+

Which features of the framework do you want to copy into the self-assessment?

The framework itself will be used as the source for this self-assessment.

-

Select any additional features you want to copy into the competency assessment. You can edit all features later if needed.

-
+

Select any additional features you want to copy into the self-assessment. You can edit all features later if needed.

+ @if (!ViewData.ModelState.IsValid) { } - + - + @@ -61,4 +61,4 @@ Cancel
- + diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml index c168d1f2ca..3c8f2c9a83 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentOptions.cshtml @@ -1,8 +1,8 @@ @using DigitalLearningSolutions.Web.ViewModels.CompetencyAssessments @model OptionsLabelsViewModel @{ - ViewData["Title"] = "Competency Assessment options and labels"; - ViewData["Application"] = "Competency Assessment Service"; + ViewData["Title"] = "Self-assessment options and labels"; + ViewData["Application"] = "Self-assessment Service"; var steps = new[] { @@ -39,8 +39,8 @@ } diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentPreviewConfirm.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentPreviewConfirm.cshtml index ad81c18921..bc2ea4e2e4 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentPreviewConfirm.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentPreviewConfirm.cshtml @@ -4,9 +4,9 @@ @inject IConfiguration Configuration @{ - ViewData["Title"] = "Competency Assessment - Preview"; - ViewData["Application"] = "Competency Assessment Service"; - ViewData["HeaderPathName"] = "Competency Assessment Service"; + ViewData["Title"] = "Self-assessment - Preview"; + ViewData["Application"] = "Self-assessment Service"; + ViewData["HeaderPathName"] = "Self-assessment Service"; } @section NavMenuItems { @@ -16,11 +16,11 @@ } diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentSummary.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentSummary.cshtml index be9f1d0e0d..237e279722 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentSummary.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentSummary.cshtml @@ -1,7 +1,7 @@ @using DigitalLearningSolutions.Web.ViewModels.CompetencyAssessments @model CompetencyAssessmentFeaturesViewModel @{ - ViewData["Title"] = "Competency assessment features summary"; + ViewData["Title"] = "Self-assessment features summary"; ViewData["Application"] = "Framework Service"; ViewData["HeaderPathName"] = "Framework Service"; } @@ -13,69 +13,69 @@ } -

Check your answer before creating competency assessment

-
+

Check your answer before creating self-assessment

+ @if (!ViewData.ModelState.IsValid) { } -
-
+
+
-
-
- Assessment name -
-
- @Model.CompetencyAssessmentName -
-
+
+
+ Assessment name +
+
+ @Model.CompetencyAssessmentName +
+
- Change assessment name - -
-
-
-
- Features to copy from framework -
-
- @if (Model.SelectedFeatures.Any()) - { -
    - @foreach (var feature in Model.SelectedFeatures) - { -
  • @feature
  • - } -
- } - else - { - No features selected - } -
-
- - Change features - -
-
-
+ asp-route-frameworkId="@ViewContext.RouteData.Values["frameworkId"]"> + Change assessment name + + +
+
+
+ Features to copy from framework +
+
+ @if (Model.SelectedFeatures.Any()) + { +
    + @foreach (var feature in Model.SelectedFeatures) + { +
  • @feature
  • + } +
+ } + else + { + No features selected + } +
+
+ + Change features + +
+
+
-
- - + + + diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentWorkingGroup.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentWorkingGroup.cshtml index feea611ff8..e78d280ba7 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentWorkingGroup.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/CompetencyAssessmentWorkingGroup.cshtml @@ -2,8 +2,8 @@ @model WorkingGroupCollaboratorsViewModel @{ ViewData["Title"] = "Assign working group"; - ViewData["Application"] = "Competency Assessment Service"; - ViewData["HeaderPathName"] = "Competency Assessment Service"; + ViewData["Application"] = "Self-assessment Service"; + ViewData["HeaderPathName"] = "Self-assessment Service"; string errMsg = TempData["CompetencyAssessmentError"]?.ToString(); if (!string.IsNullOrWhiteSpace(errMsg)) { Model.Error = true; } } @@ -19,11 +19,11 @@ } @@ -95,7 +95,7 @@
- Provide the email address of a user with a registered DLS admin account to add as a Contributor (to help create your competency assessment) or Reviewer (to review your competency assessment and mark it as ready for publication). + Provide the email address of a user with a registered DLS admin account to add as a Contributor (to help create your self-assessment) or Reviewer (to review your self-assessment and mark it as ready for publication).
@if (Model.Error) { diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmChangePrimaryFramework.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmChangePrimaryFramework.cshtml index 3ef1327b76..231b733c35 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmChangePrimaryFramework.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmChangePrimaryFramework.cshtml @@ -3,7 +3,7 @@ @model ConfirmChangePrimaryFrameworkViewModel; @{ var errorHasOccurred = !ViewData.ModelState.IsValid; - ViewData["Title"] = "Competency Assessments - Change primary framework"; + ViewData["Title"] = "Self-assessments - change primary framework"; }
@@ -24,7 +24,7 @@ - + diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmMakePrimaryFramework.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmMakePrimaryFramework.cshtml index 1d70a73cf7..553a228baf 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmMakePrimaryFramework.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmMakePrimaryFramework.cshtml @@ -4,7 +4,7 @@ @{ var errorHasOccurred = !ViewData.ModelState.IsValid && ViewData.ModelState.ContainsKey(nameof(Model.Confirm)); - ViewData["Title"] = "Competency Assessments - make primary framework"; + ViewData["Title"] = "Self-assessments - make primary framework"; }
@@ -32,7 +32,7 @@ Description
- The framework description will be copied into the competency assessment description. + The framework description will be copied into the self-assessment description.
diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmRemoveFrameworkSource.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmRemoveFrameworkSource.cshtml index a20a786820..579dde6b8f 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmRemoveFrameworkSource.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/ConfirmRemoveFrameworkSource.cshtml @@ -3,7 +3,7 @@ @model ConfirmRemoveFrameworkSourceViewModel; @{ var errorHasOccurred = !ViewData.ModelState.IsValid; - ViewData["Title"] = "Competency Assessments - Remove source framework"; + ViewData["Title"] = "Self-assessments - remove source framework"; }
@@ -28,7 +28,7 @@

- This competency assessment has @Model.CompetencyCount @DisplayStringHelper.PluraliseStringIfRequired(@Model.Vocabulary.ToLower(), Model.CompetencyCount) + This self-assessment has @Model.CompetencyCount @DisplayStringHelper.PluraliseStringIfRequired(@Model.Vocabulary.ToLower(), Model.CompetencyCount) associated with it from the framework @Model.FrameworkName. Removing this framework source will remove the @DisplayStringHelper.PluraliseStringIfRequired(@Model.Vocabulary.ToLower(), Model.CompetencyCount) from the assessment.

diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditBranding.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditBranding.cshtml index 2ea90d43d3..1d8d0a8158 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditBranding.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditBranding.cshtml @@ -13,11 +13,11 @@ } diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditCompetencyRoleRequirements.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditCompetencyRoleRequirements.cshtml index 73e7c2f74c..09b5647a45 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditCompetencyRoleRequirements.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditCompetencyRoleRequirements.cshtml @@ -13,8 +13,8 @@
diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/SendForReview.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/SendForReview.cshtml index e9b37b124d..1b240b38bd 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/SendForReview.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/SendForReview.cshtml @@ -11,8 +11,8 @@