ccs-digitalmarketplace-frameworks 4.0.1 → 4.0.3

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
@@ -24,7 +24,6 @@ depends:
24
24
  being:
25
25
  - fvra_lot_2_only_fail
26
26
  - fvra_lot_2_only_pass
27
- - fvra_lot_2_with_other_lots_fail
28
27
  - fvra_lot_2_with_other_lots_pass
29
28
  - fvra_default_fail
30
29
  - "on": immediateParentCompany
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
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"