ccs-digitalmarketplace-frameworks 3.13.41 → 3.13.42

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.
@@ -281,6 +281,7 @@
281
281
  editable: False
282
282
  questions:
283
283
  - socialValue
284
+ - socialValueAll
284
285
 
285
286
  - name: 'Q7: Working with government'
286
287
  editable: False
@@ -309,6 +309,7 @@
309
309
  editable: True
310
310
  questions:
311
311
  - socialValue
312
+ - socialValueAll
312
313
 
313
314
  - name: 'Q7: Working with government'
314
315
  editable: True
@@ -317,6 +317,7 @@
317
317
  editable: True
318
318
  questions:
319
319
  - socialValue
320
+ - socialValueAll
320
321
 
321
322
  - name: 'Q7: Working with government'
322
323
  editable: True
@@ -17,10 +17,7 @@ question_advice: >
17
17
  depends:
18
18
  - "on": lot
19
19
  being:
20
- - digital-outcomes
21
20
  - digital-capability-and-delivery-partner
22
- - digital-specialists
23
- - user-research-studios-and-participants
24
21
 
25
22
  type: checkboxes
26
23
 
@@ -0,0 +1,35 @@
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.41",
3
+ "version": "3.13.42",
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"