Skip to content

Commit 0a89387

Browse files
authored
Merge pull request #509 from TechnologyEnhancedLearning/Fixes/TD-4388
TD-4388-Assessment resource settings need a required field marker
2 parents a457c7d + bc3e0fc commit 0a89387

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/contribute-resource/ContributeAssessmentSettings.vue

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,14 @@
6565

6666
<div class="d-flex">
6767
<div class="selection pr-50">
68-
<div>Provide guidance for the learner at the end of this assessment.</div>
69-
<EditSaveFieldWithCharacterCount
70-
v-model="assessmentDetails.endGuidance.blocks[0].title"
71-
addEditLabel="title"
72-
v-bind:characterLimit="60"
73-
v-bind:isH3="true" />
74-
<ckeditorwithhint v-on:blur="setEndGuidance"
68+
<div>Provide guidance for the learner at the end of this assessment. <i class="warningTriangle fas fa-exclamation-triangle warm-yellow"></i></div>
69+
<EditSaveFieldWithCharacterCount v-model="assessmentDetails.endGuidance.blocks[0].title"
70+
addEditLabel="title"
71+
v-bind:characterLimit="60"
72+
v-bind:isH3="true" />
73+
<ckeditorwithhint v-on:blur="setEndGuidance"
7574
v-on:inputValidity="setGuidanceValidity"
76-
:maxLength="1000"
75+
:maxLength="1000"
7776
:initialValue="endGuidance" />
7877
</div>
7978
<div class="tip">

0 commit comments

Comments
 (0)