ccs-digitalmarketplace-frameworks 3.13.4 → 3.13.6
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.
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service.yml +26 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +26 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +26 -6
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/continuousProfessionalDevelopment.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/customerSatisfaction.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirements.yml +26 -13
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirementsAlreadyHave.yml +27 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirementsProvideCopy.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqInsuranceRequirements.yml +16 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/skillsAndCapabilities.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/socialValue.yml +32 -0
- package/package.json +1 -1
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
- name: Insurance requirements
|
|
2
|
+
editable: False
|
|
3
|
+
questions:
|
|
4
|
+
- multiqInsuranceRequirements
|
|
5
|
+
- insuranceRequirementsDCDP
|
|
6
|
+
|
|
7
|
+
- name: Award question - Skills and capabilities
|
|
8
|
+
editable: False
|
|
9
|
+
questions:
|
|
10
|
+
- skillsAndCapabilities
|
|
11
|
+
|
|
12
|
+
- name: Award question - Continuous professional development (CPD)
|
|
13
|
+
editable: False
|
|
14
|
+
questions:
|
|
15
|
+
- continuousProfessionalDevelopment
|
|
16
|
+
|
|
17
|
+
- name: Award question - Customer satisfaction and knowledge transfer
|
|
18
|
+
editable: False
|
|
19
|
+
questions:
|
|
20
|
+
- customerSatisfaction
|
|
21
|
+
|
|
22
|
+
- name: Award question - Social Value
|
|
23
|
+
editable: False
|
|
24
|
+
questions:
|
|
25
|
+
- socialValue
|
|
26
|
+
|
|
1
27
|
- name: Service essentials
|
|
2
28
|
editable: False
|
|
3
29
|
questions:
|
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
- name: Insurance requirements
|
|
2
|
+
editable: False
|
|
3
|
+
questions:
|
|
4
|
+
- multiqInsuranceRequirements
|
|
5
|
+
- insuranceRequirementsDCDP
|
|
6
|
+
|
|
7
|
+
- name: Award question - Skills and capabilities
|
|
8
|
+
editable: False
|
|
9
|
+
questions:
|
|
10
|
+
- skillsAndCapabilities
|
|
11
|
+
|
|
12
|
+
- name: Award question - Continuous professional development (CPD)
|
|
13
|
+
editable: False
|
|
14
|
+
questions:
|
|
15
|
+
- continuousProfessionalDevelopment
|
|
16
|
+
|
|
17
|
+
- name: Award question - Customer satisfaction and knowledge transfer
|
|
18
|
+
editable: False
|
|
19
|
+
questions:
|
|
20
|
+
- customerSatisfaction
|
|
21
|
+
|
|
22
|
+
- name: Award question - Social Value
|
|
23
|
+
editable: False
|
|
24
|
+
questions:
|
|
25
|
+
- socialValue
|
|
26
|
+
|
|
1
27
|
- name: Service essentials
|
|
2
28
|
editable: False
|
|
3
29
|
questions:
|
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
- name: Insurance requirements
|
|
2
|
+
editable: True
|
|
3
|
+
questions:
|
|
4
|
+
- multiqInsuranceRequirements
|
|
5
|
+
- insuranceRequirementsDCDP
|
|
6
|
+
|
|
7
|
+
- name: Award question - Skills and capabilities
|
|
8
|
+
editable: True
|
|
9
|
+
questions:
|
|
10
|
+
- skillsAndCapabilities
|
|
11
|
+
|
|
12
|
+
- name: Award question - Continuous professional development (CPD)
|
|
13
|
+
editable: True
|
|
14
|
+
questions:
|
|
15
|
+
- continuousProfessionalDevelopment
|
|
16
|
+
|
|
17
|
+
- name: Award question - Customer satisfaction and knowledge transfer
|
|
18
|
+
editable: True
|
|
19
|
+
questions:
|
|
20
|
+
- customerSatisfaction
|
|
21
|
+
|
|
22
|
+
- name: Award question - Social Value
|
|
23
|
+
editable: True
|
|
24
|
+
questions:
|
|
25
|
+
- socialValue
|
|
26
|
+
|
|
1
27
|
- name: Service essentials
|
|
2
28
|
editable: True
|
|
3
29
|
description: >
|
|
@@ -443,9 +469,3 @@
|
|
|
443
469
|
- physicalStudioHearingLoops
|
|
444
470
|
- physicalStudioAssistiveTools
|
|
445
471
|
- physicalStudioMeetVisitors
|
|
446
|
-
|
|
447
|
-
- name: Insurance requirements
|
|
448
|
-
editable: True
|
|
449
|
-
questions:
|
|
450
|
-
- insuranceRequirements
|
|
451
|
-
- insuranceRequirementsDCDP
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Continuous professional development
|
|
2
|
+
|
|
3
|
+
question: Does your organisation practise continuous professional development for your employees, and can you provide evidence of this on request?
|
|
4
|
+
|
|
5
|
+
question_advice: >
|
|
6
|
+
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.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- digital-outcomes
|
|
12
|
+
- digital-specialists
|
|
13
|
+
- user-research-studios-and-participants
|
|
14
|
+
|
|
15
|
+
type: checkboxes
|
|
16
|
+
|
|
17
|
+
options:
|
|
18
|
+
- label: "Yes"
|
|
19
|
+
value: "yes"
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select if you practice continuous professional development
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/customerSatisfaction.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Customer satisfaction and knowledge transfer
|
|
2
|
+
|
|
3
|
+
question: Do you have a process to measure customer satisfaction and the transfer of knowledge and assets, and can you provide evidence of this on request?
|
|
4
|
+
|
|
5
|
+
question_advice: >
|
|
6
|
+
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.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- digital-outcomes
|
|
12
|
+
- digital-specialists
|
|
13
|
+
- user-research-studios-and-participants
|
|
14
|
+
|
|
15
|
+
type: checkboxes
|
|
16
|
+
|
|
17
|
+
options:
|
|
18
|
+
- label: "Yes"
|
|
19
|
+
value: "yes"
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select if you have a process to measure customer satisfaction
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirements.yml
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: Employers liability insurance
|
|
2
2
|
|
|
3
3
|
question: |
|
|
4
|
-
|
|
4
|
+
Is your organisation (and if applicable, your consortium members) required to hold employer's liability insurance of at least £5 million?
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Health and Safety Executive website (opens in new tab)</a> for more information.
|
|
13
|
-
|
|
14
|
-
You will be required to provide evidence of the above certificate prior to the framework commencement date.
|
|
6
|
+
question_advice: >
|
|
7
|
+
There is a legal requirement for certain employers to hold employer's liability insurance of £5 million as a minimum. See the
|
|
8
|
+
<a class="govuk-link" href="https://www.hse.gov.uk/pubns/hse39.pdf" target="_blank" rel="noopener noreferrer">
|
|
9
|
+
Health and Safety Executive (opens in new tab)
|
|
10
|
+
</a>
|
|
11
|
+
website for more information.
|
|
15
12
|
|
|
16
13
|
depends:
|
|
17
14
|
- "on": lot
|
|
@@ -20,9 +17,25 @@ depends:
|
|
|
20
17
|
- digital-specialists
|
|
21
18
|
- user-research-studios-and-participants
|
|
22
19
|
|
|
23
|
-
type:
|
|
20
|
+
type: radios
|
|
21
|
+
|
|
22
|
+
options:
|
|
23
|
+
- label: 'Yes'
|
|
24
|
+
value: 'yes'
|
|
25
|
+
- label: No, your organisation (and if applicable, your consortium members) does not need employer’s liability insurance because your organisation employs only the owner or close family members
|
|
26
|
+
value: no-not-needed
|
|
27
|
+
- label: No, your organisation (and if applicable, your consortium members) is not based in the UK or has no UK-based employees
|
|
28
|
+
value: no-not-uk-based
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
followup:
|
|
32
|
+
insuranceRequirementsProvideCopy:
|
|
33
|
+
- no-not-needed
|
|
34
|
+
- no-not-uk-based
|
|
35
|
+
insuranceRequirementsAlreadyHave:
|
|
36
|
+
- 'yes'
|
|
24
37
|
|
|
25
38
|
validations:
|
|
26
39
|
-
|
|
27
40
|
name: answer_required
|
|
28
|
-
message: You must select an option
|
|
41
|
+
message: You must select an option
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
name: Already have or commit to obtain insurance
|
|
2
|
+
|
|
3
|
+
question: |
|
|
4
|
+
Does your organisation (and if applicable, your consortium members) already have, or can commit to obtain prior to the commencement of the framework contract, employer’s liability insurance of at least £5 million?
|
|
5
|
+
|
|
6
|
+
question_advice: >
|
|
7
|
+
<p class="govuk-body">This question is evaluated pass/fail.</p>
|
|
8
|
+
|
|
9
|
+
<p class="govuk-body">Your tender will fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
|
|
10
|
+
|
|
11
|
+
<p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
|
|
12
|
+
|
|
13
|
+
hidden: true
|
|
14
|
+
|
|
15
|
+
depends:
|
|
16
|
+
- "on": lot
|
|
17
|
+
being:
|
|
18
|
+
- digital-outcomes
|
|
19
|
+
- digital-specialists
|
|
20
|
+
- user-research-studios-and-participants
|
|
21
|
+
|
|
22
|
+
type: boolean
|
|
23
|
+
|
|
24
|
+
validations:
|
|
25
|
+
-
|
|
26
|
+
name: answer_required
|
|
27
|
+
message: You must select an option
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Provide a copy of the certificate(s)
|
|
2
|
+
|
|
3
|
+
question: |
|
|
4
|
+
Where you are not legally required to hold employer's liability insurance, but at a later date are required to, will you provide a copy of the certificate(s) to Crown Commercial Service and any buyers you hold a call-off contract with?
|
|
5
|
+
|
|
6
|
+
hidden: true
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- digital-outcomes
|
|
12
|
+
- digital-specialists
|
|
13
|
+
- user-research-studios-and-participants
|
|
14
|
+
|
|
15
|
+
type: boolean
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
-
|
|
19
|
+
name: answer_required
|
|
20
|
+
message: You must select an option
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: Insurance requirements
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
type: multiquestion
|
|
5
|
+
|
|
6
|
+
depends:
|
|
7
|
+
- "on": lot
|
|
8
|
+
being:
|
|
9
|
+
- digital-outcomes
|
|
10
|
+
- digital-specialists
|
|
11
|
+
- user-research-studios-and-participants
|
|
12
|
+
|
|
13
|
+
questions:
|
|
14
|
+
- insuranceRequirements
|
|
15
|
+
- insuranceRequirementsProvideCopy
|
|
16
|
+
- insuranceRequirementsAlreadyHave
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/skillsAndCapabilities.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Skills and capabilities
|
|
2
|
+
|
|
3
|
+
question: Do you assess the skills and capabilities of people you select to work for your organisation, and can you provide evidence of this on request?
|
|
4
|
+
|
|
5
|
+
question_advice: >
|
|
6
|
+
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.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- digital-outcomes
|
|
12
|
+
- digital-specialists
|
|
13
|
+
- user-research-studios-and-participants
|
|
14
|
+
|
|
15
|
+
type: checkboxes
|
|
16
|
+
|
|
17
|
+
options:
|
|
18
|
+
- label: "Yes"
|
|
19
|
+
value: "yes"
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select if you assess skills and capabilities
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
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
|
+
<p class="govuk-body">
|
|
11
|
+
Read more about the
|
|
12
|
+
<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
|
+
to
|
|
14
|
+
<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
|
+
</p>
|
|
16
|
+
|
|
17
|
+
depends:
|
|
18
|
+
- "on": lot
|
|
19
|
+
being:
|
|
20
|
+
- digital-outcomes
|
|
21
|
+
- digital-specialists
|
|
22
|
+
- user-research-studios-and-participants
|
|
23
|
+
|
|
24
|
+
type: checkboxes
|
|
25
|
+
|
|
26
|
+
options:
|
|
27
|
+
- label: "Yes"
|
|
28
|
+
value: "yes"
|
|
29
|
+
|
|
30
|
+
validations:
|
|
31
|
+
- name: answer_required
|
|
32
|
+
message: Select if you agree to promote and commit to Social Value
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.6",
|
|
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"
|