File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 4040 <div class =" nhsuk-form-group" >
4141 @if (Model .IsNotBlank )
4242 {
43-
43+ <div class =" nhsuk-inset-text" >
44+ <span class =" nhsuk-u-visually-hidden" >Note : </span >
45+ <p >
46+ Bulk upload cannot be used to :
47+ </p >
48+ <ul >
49+ <li >Delete competencies or competency groups </li >
50+ <li >Remove assessment questions from existing competencies </li >
51+ <li >Add more than one custom assessment question to uploaded competencies </li >
52+ </ul >
53+
54+ </div >
4455 <p class =" nhsuk-body-m" >
4556 To bulk add and / or update @Model.FrameworkVocabularyPlural.ToLower() in the framework , <strong >@Model.FrameworkName </strong >, download an Excel workbook using one of the options below .
4657 </p >
91102 }
92103 else
93104 {
105+ <div class = "nhsuk -inset -text ">
106+ <span class = "nhsuk -u -visually -hidden ">Note : </span >
107+ <p >
108+ Bulk upload cannot be used to add more than one custom assessment question to uploaded competencies .
109+ </p >
110+ </div >
94111 <p class = "nhsuk -body -m ">
95112 Download a blank template for bulk adding @Model .FrameworkVocabularyPlural .ToLower () to your framework , <strong >@Model .FrameworkName </strong >. This Excel file will be empty . New @Model .FrameworkVocabularyPlural .ToLower () can be added by including their details on a blank row .
96113 </p >
You can’t perform that action at this time.
0 commit comments