ccs-digitalmarketplace-frameworks 3.14.24 → 3.14.26

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.
@@ -302,7 +302,6 @@
302
302
  editable: False
303
303
  questions:
304
304
  - socialValue
305
- - socialValueAll
306
305
 
307
306
  - name: 'Q7: Working with government'
308
307
  editable: False
@@ -330,7 +330,6 @@
330
330
  editable: True
331
331
  questions:
332
332
  - socialValue
333
- - socialValueAll
334
333
 
335
334
  - name: 'Q7: Working with government'
336
335
  editable: True
@@ -338,7 +338,6 @@
338
338
  editable: True
339
339
  questions:
340
340
  - socialValue
341
- - socialValueAll
342
341
 
343
342
  - name: 'Q7: Working with government'
344
343
  editable: True
@@ -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
@@ -1,30 +1,36 @@
1
1
  name: Social Value
2
2
 
3
- question: Do you agree to promote and commit to delivering Social Value as an integral part of your service delivery, company policy and values, where specified by the buyer in their statement of requirements and call-off contract?
3
+ question: Do you agree to promote and commit to delivering Social Value, in line with the priorities set out in the Specification, as an integral part of your service delivery, company policy and values, where specified by the buyer in their statement of requirements and call-off contract?
4
4
 
5
5
  question_advice: >
6
- <p class="govuk-body">
7
- You must truthfully answer 'yes' to every question for your bid to be considered eligible. If you cannot answer 'yes' to this question, it's very unlikely that your bid will be accepted.
8
- </p>
9
-
10
6
  <p class="govuk-body">
11
7
  Read more about the
12
8
  <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/940826/Social-Value-Model-Edn-1.1-3-Dec-20.pdf">Social Value Model (opens in a new tab)</a>
13
9
  to
14
10
  <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/921437/PPN-06_20-Taking-Account-of-Social-Value-in-the-Award-of-Central-Government-Contracts.pdf">deliver social value through government's commercial activities (opens in a new tab)</a>.
15
11
  </p>
12
+ <p class="govuk-body">
13
+ This question is assessed Pass / Fail.
14
+ </p>
15
+
16
+ <p class="govuk-body">
17
+ Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
18
+ </p>
19
+
20
+ <p class="govuk-body">
21
+ Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
22
+ </p>
16
23
 
17
24
  depends:
18
25
  - "on": lot
19
26
  being:
27
+ - digital-outcomes
20
28
  - digital-capability-and-delivery-partner
29
+ - digital-specialists
30
+ - user-research-studios-and-participants
21
31
 
22
- type: checkboxes
23
-
24
- options:
25
- - label: "Yes"
26
- value: "yes"
32
+ type: boolean
27
33
 
28
34
  validations:
29
35
  - name: answer_required
30
- message: Select if you agree to promote and commit to Social Value
36
+ 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.24",
3
+ "version": "3.14.26",
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"
@@ -1,35 +0,0 @@
1
- name: Social Value
2
-
3
- question: Do you agree to promote and commit to delivering Social Value as an integral part of your service delivery, company policy and values, where specified by the buyer in their statement of requirements and call-off contract?
4
-
5
- question_advice: >
6
- <p class="govuk-body">
7
- Read more about the
8
- <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/940826/Social-Value-Model-Edn-1.1-3-Dec-20.pdf">Social Value Model (opens in a new tab)</a>
9
- to
10
- <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/921437/PPN-06_20-Taking-Account-of-Social-Value-in-the-Award-of-Central-Government-Contracts.pdf">deliver social value through government's commercial activities (opens in a new tab)</a>.
11
- </p>
12
- <p class="govuk-body">
13
- This question is assessed Pass / Fail.
14
- </p>
15
-
16
- <p class="govuk-body">
17
- Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
18
- </p>
19
-
20
- <p class="govuk-body">
21
- Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
22
- </p>
23
-
24
- depends:
25
- - "on": lot
26
- being:
27
- - digital-outcomes
28
- - digital-specialists
29
- - user-research-studios-and-participants
30
-
31
- type: boolean
32
-
33
- validations:
34
- - name: answer_required
35
- message: You must select an option