Skip to content

Commit f7e0516

Browse files
committed
TD-5233 Add a limitations paragraph to the start page
1 parent 9305903 commit f7e0516

File tree

1 file changed

+18
-1
lines changed
  • DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import

1 file changed

+18
-1
lines changed

DigitalLearningSolutions.Web/Views/Frameworks/Developer/Import/Index.cshtml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,18 @@
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>
@@ -91,6 +102,12 @@
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>

0 commit comments

Comments
 (0)