ccs-digitalmarketplace-frameworks 4.8.13 → 4.8.14

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.
@@ -89,6 +89,16 @@
89
89
  questions:
90
90
  - multiqSocialValueSectionC
91
91
 
92
+ - name: "Social Value: Operational Readiness"
93
+ slug: social-value-operational-readiness
94
+ editable: True
95
+ prefill: False
96
+ description: |
97
+ The following questions are PASS/FAIL. If you respond ‘No’ to any of these questions, your bid will be deemed non-compliant.
98
+ questions:
99
+ - socialValueOpReadinessCommitReport
100
+ - multiqSocialValueOperationalReadiness
101
+
92
102
  - name: Visibility of third party agents or bid writers
93
103
  slug: visibility-of-third-party-agents
94
104
  editable: True
@@ -0,0 +1,9 @@
1
+ name: "Do you have, or will you have by the Framework Award date, an organisational process in place to:"
2
+ question: "Do you have, or will you have by the Framework Award date, an organisational process in place to:"
3
+ type: multiquestion
4
+ questions:
5
+ - socialValueOpReadinessIdentify
6
+ - socialValueOpReadinessPrioritise
7
+ - socialValueOpReadinessInfluence
8
+ - socialValueOpReadinessCallOffContracts
9
+ - socialValueOpReadinessFrameworkAwardDate
@@ -0,0 +1,13 @@
1
+ name: Measure and report on the delivery of social value in Call-Off Contracts
2
+ question: measure and report on the delivery of social value in Call-Off Contracts?
3
+ type: boolean
4
+
5
+ required_value: true
6
+
7
+ validations:
8
+ -
9
+ name: required_value
10
+ message: You must select “Yes” to continue with your application
11
+ -
12
+ name: answer_required
13
+ message: You must select an option
@@ -0,0 +1,13 @@
1
+ name: Do you commit to reporting the Social Value you have delivered, as and when required?
2
+ question: Do you commit to reporting the Social Value you have delivered, as and when required?
3
+ type: boolean
4
+
5
+ required_value: true
6
+
7
+ validations:
8
+ -
9
+ name: required_value
10
+ message: You must select “Yes” to continue with your application
11
+ -
12
+ name: answer_required
13
+ message: You must select an option
@@ -0,0 +1,13 @@
1
+ name: Measure and report social value from the Framework Award date
2
+ question: measure and report social value from the Framework Award date?
3
+ type: boolean
4
+
5
+ required_value: true
6
+
7
+ validations:
8
+ -
9
+ name: required_value
10
+ message: You must select “Yes” to continue with your application
11
+ -
12
+ name: answer_required
13
+ message: You must select an option
@@ -0,0 +1,13 @@
1
+ name: Identify the social value opportunities
2
+ question: identify the social value opportunities within a contract?
3
+ type: boolean
4
+
5
+ required_value: true
6
+
7
+ validations:
8
+ -
9
+ name: required_value
10
+ message: You must select “Yes” to continue with your application
11
+ -
12
+ name: answer_required
13
+ message: You must select an option
@@ -0,0 +1,13 @@
1
+ name: Influence staff, suppliers, customers and communities
2
+ question: influence staff, suppliers, customers and communities through the delivery of the contract to support the delivery of Social Value?
3
+ type: boolean
4
+
5
+ required_value: true
6
+
7
+ validations:
8
+ -
9
+ name: required_value
10
+ message: You must select “Yes” to continue with your application
11
+ -
12
+ name: answer_required
13
+ message: You must select an option
@@ -0,0 +1,13 @@
1
+ name: Prioritise and implement social value opportunities
2
+ question: prioritise and implement social value opportunities for a contract?
3
+ type: boolean
4
+
5
+ required_value: true
6
+
7
+ validations:
8
+ -
9
+ name: required_value
10
+ message: You must select “Yes” to continue with your application
11
+ -
12
+ name: answer_required
13
+ message: You must select an option
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.8.13",
3
+ "version": "4.8.14",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",