ccs-digitalmarketplace-frameworks 3.13.3 → 3.13.5

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.
Files changed (20) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/declaration.yml +14 -0
  2. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service.yml +6 -0
  3. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +6 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +6 -6
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationConfirmation.yml +24 -0
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationDate.yml +9 -0
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationEmailAddress.yml +9 -0
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationName.yml +9 -0
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPhoneNumber.yml +13 -0
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPostalAddressBuilding.yml +11 -0
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPostalAddressCountry.yml +11 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPostalAddressPostcode.yml +14 -0
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationPostalAddressTown.yml +11 -0
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/confirmationRole.yml +8 -0
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqConfirmationPostalAddress.yml +9 -0
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirements.yml +26 -13
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirementsAlreadyHave.yml +27 -0
  18. package/frameworks/digital-outcomes-and-specialists-7/questions/services/insuranceRequirementsProvideCopy.yml +20 -0
  19. package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqInsuranceRequirements.yml +16 -0
  20. package/package.json +1 -1
@@ -184,3 +184,17 @@
184
184
  - contactName
185
185
  - contactRole
186
186
  - contactEmailAddress
187
+
188
+ -
189
+ name: Confirmation
190
+ slug: confirmation
191
+ editable: True
192
+ prefill: True
193
+ questions:
194
+ - confirmationConfirmation
195
+ - confirmationName
196
+ - confirmationDate
197
+ - confirmationRole
198
+ - confirmationPhoneNumber
199
+ - confirmationEmailAddress
200
+ - multiqConfirmationPostalAddress
@@ -1,3 +1,9 @@
1
+ - name: Insurance requirements
2
+ editable: False
3
+ questions:
4
+ - multiqInsuranceRequirements
5
+ - insuranceRequirementsDCDP
6
+
1
7
  - name: Service essentials
2
8
  editable: False
3
9
  questions:
@@ -1,3 +1,9 @@
1
+ - name: Insurance requirements
2
+ editable: False
3
+ questions:
4
+ - multiqInsuranceRequirements
5
+ - insuranceRequirementsDCDP
6
+
1
7
  - name: Service essentials
2
8
  editable: False
3
9
  questions:
@@ -1,3 +1,9 @@
1
+ - name: Insurance requirements
2
+ editable: True
3
+ questions:
4
+ - multiqInsuranceRequirements
5
+ - insuranceRequirementsDCDP
6
+
1
7
  - name: Service essentials
2
8
  editable: True
3
9
  description: >
@@ -443,9 +449,3 @@
443
449
  - physicalStudioHearingLoops
444
450
  - physicalStudioAssistiveTools
445
451
  - physicalStudioMeetVisitors
446
-
447
- - name: Insurance requirements
448
- editable: True
449
- questions:
450
- - insuranceRequirements
451
- - insuranceRequirementsDCDP
@@ -0,0 +1,24 @@
1
+ name: Confirmation
2
+
3
+ question: |
4
+ I confirm that:
5
+ <ul class="govuk-list govuk-list--bullet">
6
+ <li>to the best of my knowledge the answers submitted and information contained in this document are complete, accurate and not misleading</li>
7
+
8
+ <li>upon request and without delay I will provide any additional information requested of us</li>
9
+
10
+ <li>I understand that the response to this questionnaire will be used to assess whether our organisation is entitled to participate in, or continue to participate in, this procurement</li>
11
+
12
+ <li>I understand that our organisation may be excluded from the procurement if requested information has not been provided, if any of this response or any follow up responses are incomplete, inaccurate or misleading, if confidential information has been accessed or if we have unduly influenced your decision-making in this procurement</li>
13
+ </ul>
14
+
15
+ type: checkboxes
16
+
17
+ options:
18
+ - label: "Yes"
19
+ value: "yes"
20
+
21
+ validations:
22
+ -
23
+ name: answer_required
24
+ message: You must select "Yes"
@@ -0,0 +1,9 @@
1
+ name: Date
2
+ question: Date
3
+ type: date
4
+
5
+ validations:
6
+ - name: answer_required
7
+ message: You must enter a date
8
+ - name: invalid_format
9
+ message: You must enter a valid date
@@ -0,0 +1,9 @@
1
+ name: Email address
2
+ question: Email address
3
+
4
+ type: text
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must enter your email
@@ -0,0 +1,9 @@
1
+ name: Signed
2
+ question: Name
3
+ hint: By entering your name below and saving, you acknowledge that you have read, understood and agreed to the above confirmation statement. Your electronic signature carries the same legal effect as a handwritten signature.
4
+ type: text
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must enter a name
@@ -0,0 +1,13 @@
1
+ name: Phone number
2
+ question: Phone number
3
+
4
+ type: text
5
+ max_length_in_characters: 15
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: You must enter your phone number
11
+ -
12
+ name: under_character_limit
13
+ message: The phone number must be 15 characters or fewer
@@ -0,0 +1,11 @@
1
+ name: Town or city
2
+ question: |
3
+ <p class="govuk-label">
4
+ Building and street
5
+ </p>
6
+
7
+ type: text
8
+
9
+ validations:
10
+ - name: answer_required
11
+ message: You must enter your building and street
@@ -0,0 +1,11 @@
1
+ name: Country
2
+ question: |
3
+ <p class="govuk-label">
4
+ Country
5
+ </p>
6
+
7
+ type: text
8
+
9
+ validations:
10
+ - name: answer_required
11
+ message: You must enter your country
@@ -0,0 +1,14 @@
1
+ name: Postcode
2
+ question: |
3
+ <p class="govuk-label">
4
+ Postcode
5
+ </p>
6
+
7
+ type: text
8
+ max_length_in_characters: 15
9
+
10
+ validations:
11
+ - name: answer_required
12
+ message: You must enter your postcode
13
+ - name: under_character_limit
14
+ message: Postcode must be 15 characters or fewer
@@ -0,0 +1,11 @@
1
+ name: Town or city
2
+ question: |
3
+ <p class="govuk-label">
4
+ Town or city
5
+ </p>
6
+
7
+ type: text
8
+
9
+ validations:
10
+ - name: answer_required
11
+ message: You must enter your town or city
@@ -0,0 +1,8 @@
1
+ name: Role
2
+ question: Role
3
+ type: text
4
+
5
+ validations:
6
+ -
7
+ name: answer_required
8
+ message: You must enter your role
@@ -0,0 +1,9 @@
1
+ name: Postal address
2
+ question: Postal address
3
+ type: multiquestion
4
+
5
+ questions:
6
+ - confirmationPostalAddressBuilding
7
+ - confirmationPostalAddressTown
8
+ - confirmationPostalAddressPostcode
9
+ - confirmationPostalAddressCountry
@@ -1,17 +1,14 @@
1
- name: Insurance requirements
1
+ name: Employers liability insurance
2
2
 
3
3
  question: |
4
- Please confirm whether you (and if applicable, your consortium members) already have, or can commit to obtain, prior to the commencement of the framework contract, the levels of insurance cover indicated below and fully specified within the framework contract:
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
- <ul class="govuk-list govuk-list--bullet govuk-!-margin-top-2 govuk-!-margin-bottom-2">
7
- <li>Employer’s (Compulsory) Liability Insurance = £5,000,000</li>
8
- </ul>
9
-
10
- There is a legal requirement for certain employers to hold Employer's (Compulsory) Liability Insurance of £5 million as a minimum. See the
11
- <a class="govuk-link" href="http://www.hse.gov.uk/pubns/hse39.pdf" for guidance" target="_blank" rel="noopener noreferrer">
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: boolean
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.3",
3
+ "version": "3.13.5",
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"