Skip to content

Commit bc3e0fc

Browse files
committed
fixes
1 parent 25e362d commit bc3e0fc

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)