From 83129e511e68fe16d9ecacdaf6841807e60fe36e Mon Sep 17 00:00:00 2001 From: sherif-olaboye <123654949+sherif-olaboye@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:43:57 +0100 Subject: [PATCH] TD-6955 Role requirements page consistency fixes --- .../EditCompetencyRoleRequirements.cshtml | 18 +++++++++---- .../EditIncludeRequirementsFilters.cshtml | 8 +++--- ...ditQuestionResponseRoleRequirements.cshtml | 14 +++------- .../EnforceRoleRequirementsForSignOff.cshtml | 6 +++-- .../ManageCompetencyRoleRequirements.cshtml | 26 ++++++++++--------- .../_RoleRequirementQuestionCells.cshtml | 2 +- 6 files changed, 41 insertions(+), 33 deletions(-) diff --git a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditCompetencyRoleRequirements.cshtml b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditCompetencyRoleRequirements.cshtml index 0b40fa333f..10d8d428ce 100644 --- a/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditCompetencyRoleRequirements.cshtml +++ b/DigitalLearningSolutions.Web/Views/CompetencyAssessments/EditCompetencyRoleRequirements.cshtml @@ -22,9 +22,16 @@ } -
- Manage role requirements @Model.CompetencyAssessmentName @Model.VocabularySingular.ToLower() self-assessment questions. +
+ Manage role requirements self-assessment questions.
@foreach (var group in Model.GroupedCompetencyWithAssessmentRoleRequirements) { @@ -33,8 +40,8 @@- Specify whether role requirements will be enforced for the @Model.CompetencyAssessmentName self-assessment. When requirements are set, they must be met by the learner before the self-assessment can be signed off. -
++ Specify whether role requirements will be enforced for the self-assessment. When requirements are set, they must be met by the learner before the self-assessment can be signed off. +