ccs-digitalmarketplace-frameworks 4.0.2 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +7 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/mandatoryAwardQuestion.yml +13 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot3.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot4.yml +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: Name of consortium
|
|
2
|
+
question: If you are awarded a framework contract, will you deliver in full all mandatory service requirements in Framework Schedule 1 (Specification) for each Lot you have successfully tendered for?
|
|
3
|
+
hint: |
|
|
4
|
+
This question is assessed as pass / fail.
|
|
5
|
+
Your tender will fail, if you do not answer yes to this question, as you will not satisfy this award question.
|
|
6
|
+
Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
|
|
7
|
+
type: boolean
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
-
|
|
12
|
+
name: answer_required
|
|
13
|
+
message: You must select an option
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot3.yml
CHANGED
|
@@ -2,7 +2,7 @@ name: Confirm services you can provide
|
|
|
2
2
|
|
|
3
3
|
question: >
|
|
4
4
|
<p class="govuk-body">
|
|
5
|
-
Do you confirm that you can provide at least 1
|
|
5
|
+
Do you confirm that you can provide at least 1 digital role at 1 location (as defined in the Specification, section 3.3 and Annexes 2 and 3)?
|
|
6
6
|
</p>
|
|
7
7
|
<p class="govuk-body">
|
|
8
8
|
<b>Disclaimer</b>: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed. Failure to comply may mean that your application fails to meet the requirements for the framework agreement.
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot4.yml
CHANGED
|
@@ -2,7 +2,7 @@ name: Confirm services you can provide
|
|
|
2
2
|
|
|
3
3
|
question: >
|
|
4
4
|
<p class="govuk-body">
|
|
5
|
-
Do you confirm that you can provide at least 1
|
|
5
|
+
Do you confirm that you can provide at least 1 of the services: user research studios and / or user research participants (as defined in the Specification, section 3.4 and Annex 3)?
|
|
6
6
|
</p>
|
|
7
7
|
<p class="govuk-body">
|
|
8
8
|
<b>Disclaimer</b>: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed. Failure to comply may mean that your application fails to meet the requirements for the framework agreement.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|