ccs-digitalmarketplace-frameworks 3.14.18 → 3.14.20

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.
@@ -4,11 +4,21 @@
4
4
  - multiqInsuranceRequirements
5
5
  - multiqInsuranceRequirementsDCDP
6
6
 
7
+ - name: 'Award question – Lot 1 services you can provide'
8
+ editable: False
9
+ questions:
10
+ - confirmServices
11
+
7
12
  - name: 'Condition of participation - Technical ability certificates'
8
13
  editable: False
9
14
  questions:
10
15
  - multiqTechnicalAbilityCertificates
11
16
 
17
+ - name: 'Award question – Lot 2 services you can provide'
18
+ editable: False
19
+ questions:
20
+ - confirmServicesLot2
21
+
12
22
  - name: 'Condition of participation - Cyber Essential Plus'
13
23
  editable: False
14
24
  questions:
@@ -4,11 +4,21 @@
4
4
  - multiqInsuranceRequirements
5
5
  - multiqInsuranceRequirementsDCDP
6
6
 
7
+ - name: 'Award question – Lot 1 services you can provide'
8
+ editable: False
9
+ questions:
10
+ - confirmServices
11
+
7
12
  - name: 'Condition of participation - Technical ability certificates'
8
13
  editable: False
9
14
  questions:
10
15
  - multiqTechnicalAbilityCertificates
11
16
 
17
+ - name: 'Award question – Lot 2 services you can provide'
18
+ editable: False
19
+ questions:
20
+ - confirmServicesLot2
21
+
12
22
  - name: 'Condition of participation - Cyber Essential Plus'
13
23
  editable: False
14
24
  questions:
@@ -4,11 +4,21 @@
4
4
  - multiqInsuranceRequirements
5
5
  - multiqInsuranceRequirementsDCDP
6
6
 
7
+ - name: 'Award question – Lot 1 services you can provide'
8
+ editable: True
9
+ questions:
10
+ - confirmServices
11
+
7
12
  - name: 'Condition of participation - Technical ability certificates'
8
13
  editable: True
9
14
  questions:
10
15
  - multiqTechnicalAbilityCertificates
11
16
 
17
+ - name: 'Award question – Lot 2 services you can provide'
18
+ editable: True
19
+ questions:
20
+ - confirmServicesLot2
21
+
12
22
  - name: 'Condition of participation - Cyber Essential Plus'
13
23
  editable: True
14
24
  questions:
@@ -0,0 +1,33 @@
1
+ name: Confirm services you can provide
2
+
3
+ question: >
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)?
6
+ </p>
7
+ <p class="govuk-body">
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.
9
+ </p>
10
+ <p class="govuk-body">
11
+ Any misrepresentation, providing incorrect information or failure to provide appropriate evidence to support your declarations may also mean that your application will fail or you may be terminated from the framework agreement after award of contract.
12
+ </p>
13
+
14
+ question_advice: >
15
+ <p class="govuk-body">
16
+ This question is assessed Pass / Fail.
17
+ </p>
18
+ <p class="govuk-body">
19
+ Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
20
+ </p>
21
+ <p class="govuk-body">
22
+ Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
23
+ </p>
24
+ depends:
25
+ - "on": lot
26
+ being:
27
+ - digital-outcomes
28
+
29
+ type: boolean
30
+
31
+ validations:
32
+ - name: answer_required
33
+ message: You must select an option
@@ -0,0 +1,33 @@
1
+ name: Confirm services you can provide
2
+
3
+ question: >
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)?
6
+ </p>
7
+ <p class="govuk-body">
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.
9
+ </p>
10
+ <p class="govuk-body">
11
+ Any misrepresentation, providing incorrect information or failure to provide appropriate evidence to support your declarations may also mean that your application will fail or you may be terminated from the framework agreement after award of contract.
12
+ </p>
13
+
14
+ question_advice: >
15
+ <p class="govuk-body">
16
+ This question is assessed Pass / Fail.
17
+ </p>
18
+ <p class="govuk-body">
19
+ Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
20
+ </p>
21
+ <p class="govuk-body">
22
+ Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
23
+ </p>
24
+ depends:
25
+ - "on": lot
26
+ being:
27
+ - digital-capability-and-delivery-partner
28
+
29
+ type: boolean
30
+
31
+ validations:
32
+ - name: answer_required
33
+ message: You must select an option
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.14.18",
3
+ "version": "3.14.20",
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"