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.
@@ -87,3 +87,10 @@
87
87
  - confirmationPhoneNumber
88
88
  - confirmationEmailAddress
89
89
  - multiqConfirmationPostalAddress
90
+
91
+ - name: Mandatory award question
92
+ slug: mandatory-award-question
93
+ editable: True
94
+ prefill: False
95
+ questions:
96
+ - mandatoryAwardQuestion
@@ -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
@@ -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 service capability, 1 digital role and 1 location (as defined in the Specification, section 3.1 and Annexes 1, 2 and 3)?
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.
@@ -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 service capability, 1 digital role and 1 location (as defined in the Specification, section 3.1 and Annexes 1, 2 and 3)?
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.2",
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"