ccs-digitalmarketplace-frameworks 3.14.23 → 3.14.25

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.
@@ -9,6 +9,11 @@
9
9
  questions:
10
10
  - confirmServices
11
11
 
12
+ - name: 'Award question – Lot 4 services you can provide'
13
+ editable: False
14
+ questions:
15
+ - confirmServicesLot4
16
+
12
17
  - name: 'Award question – Lot 3 services you can provide'
13
18
  editable: False
14
19
  questions:
@@ -9,6 +9,11 @@
9
9
  questions:
10
10
  - confirmServices
11
11
 
12
+ - name: 'Award question – Lot 4 services you can provide'
13
+ editable: False
14
+ questions:
15
+ - confirmServicesLot4
16
+
12
17
  - name: 'Award question – Lot 3 services you can provide'
13
18
  editable: False
14
19
  questions:
@@ -9,6 +9,11 @@
9
9
  questions:
10
10
  - confirmServices
11
11
 
12
+ - name: 'Award question – Lot 4 services you can provide'
13
+ editable: True
14
+ questions:
15
+ - confirmServicesLot4
16
+
12
17
  - name: 'Award question – Lot 3 services you can provide'
13
18
  editable: True
14
19
  questions:
@@ -13,6 +13,6 @@ validations:
13
13
  - name: under_character_limit
14
14
  message: Share code must not exceed 8 characters
15
15
  - name: share_code_found
16
- message: The PPON and Share code for the consortium mumber is not correct, please check and re-enter
16
+ message: The PPON and Share code for the consortium member is not correct, please check and re-enter
17
17
  - name: ppon_found_in_cdp_data
18
- message: The PPON and Share code for the consortium mumber is not correct, please check and re-enter
18
+ message: The PPON and Share code for the consortium member is not correct, please check and re-enter
@@ -7,11 +7,7 @@ question_advice: >
7
7
 
8
8
  <p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
9
9
 
10
- type: checkboxes
11
-
12
- options:
13
- - label: "Yes"
14
- value: "yes"
10
+ type: boolean
15
11
 
16
12
  validations:
17
13
  -
@@ -1,9 +1,9 @@
1
1
  name: Lead bidder
2
- question: Please confirm you are the lead bidder in the group/consortium?
2
+ question: Please confirm you are the lead bidder in the consortium?
3
3
 
4
4
  type: boolean
5
5
 
6
6
  validations:
7
7
  -
8
8
  name: answer_required
9
- message: You must select an option
9
+ message: You must confirm you are the lead bidder in the consortium
@@ -1,5 +1,5 @@
1
1
  name: Name of consortium
2
- question: Tell us the name of the consortium
2
+ question: Tell us the name of the consortium?
3
3
  type: text
4
4
 
5
5
  max_length_in_characters: 150
@@ -1,5 +1,5 @@
1
1
  name: Consortium structure
2
- question: Tell us the proposed structure of the group/consortium, including the legal structure where applicable
2
+ question: Tell us the proposed structure of the consortium, including the legal structure where applicable?
3
3
 
4
4
  type: textbox_large
5
5
  max_length_in_words: 500
@@ -10,4 +10,4 @@ validations:
10
10
  message: You must enter the proposed structure of the consortium
11
11
  -
12
12
  name: under_word_limit
13
- message: Proposed structure of the consortium be no more than 500 words
13
+ message: Proposed structure of the consortium be less than 500 words
@@ -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 as 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
+ - user-research-studios-and-participants
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.23",
3
+ "version": "3.14.25",
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"