ccs-digitalmarketplace-frameworks 3.13.1 → 3.13.3

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.
@@ -79,7 +79,7 @@
79
79
  - dataProtection
80
80
 
81
81
  -
82
- name: Health and safety
82
+ name: Health and safety - all procurements
83
83
  slug: health-and-safety
84
84
  editable: True
85
85
  prefill: False
@@ -170,10 +170,8 @@
170
170
  ask for proof after you’ve submitted your application.
171
171
 
172
172
  questions:
173
- - accurateInformation
174
- - informationChanges
175
173
  - accuratelyDescribed
176
- - proofOfClaims
174
+ - informationChanges
177
175
 
178
176
  -
179
177
  name: Contact details
@@ -1,9 +1,10 @@
1
1
  name: Service description accuracy
2
2
  question:
3
- Will all the service descriptions youre submitting for Digital Outcomes and Specialists 7 on the Digital Marketplace be accurate and true representations?
3
+ Will all the service descriptions you're submitting for Digital Outcomes and Specialists 7 on the Digital Marketplace be accurate and true representations?
4
+
4
5
  type: boolean
5
6
 
6
7
  validations:
7
8
  -
8
9
  name: answer_required
9
- message: You must select "Yes"
10
+ message: You must select an option
@@ -1,6 +1,6 @@
1
1
  name: Agree to sign and return the final framework agreement
2
2
  question: |
3
- Do you agree to sign and return the final framework agreement within 10 calendar days of it being issued by the Crown Commercial Service?
3
+ Do you agree to sign and return the final framework agreement within 8 working days of it being issued by the Crown Commercial Service?
4
4
 
5
5
  type: checkboxes
6
6
 
@@ -2,11 +2,12 @@ name: Connected person(s) name
2
2
  question: >
3
3
  <p class="govuk-body">Tell us who the connected persons is/are.</p>
4
4
 
5
- <p class="govuk-body">Please ensure you enter the name as submitted as part of your core information.</p>
5
+ <p class="govuk-body govuk-!-margin-top-3">Please ensure you enter the name as submitted as part of your core information.</p>
6
6
  question_advice: Regulation 27(4-6) makes provision for circumstances where disclosure of information about a connected person could place that person or anyone living with them at risk. These provisions are modelled on the Register of People with Significant Control Regulations 2016 (the ‘2016 Regulations’) but apply to all connected persons under the Act.
7
7
  hidden: true
8
8
 
9
9
  number_of_items: 100
10
+ number_of_items_shown_as_default: 1
10
11
  type: list
11
12
 
12
13
  validations:
@@ -17,4 +18,4 @@ validations:
17
18
  message: You can add a maximum of 100 connected persons
18
19
 
19
20
  - name: not_unique
20
- message: Each connected person's name must be unique
21
+ message: Each connected person's name must be unique
@@ -1,6 +1,9 @@
1
- name: Health and safety
2
- question: |
3
- Please confirm that you (and if applicable, all consortium members) have adequate arrangements in place to manage health and safety effectively and control significant risks relevant to the requirement (including risks from the use of contractors, where relevant).
1
+ name: Adequate arrangements in place to manage health and safety
2
+ question: Please confirm that you have adequate arrangements in place to manage health and safety effectively and control significant risks relevant to the requirement (including risks from the use of contractors, where relevant).
3
+ question_advice: |
4
+ <p class="govuk-body">This question is evaluated pass/fail.</p>
5
+ <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>
6
+ <p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
4
7
 
5
8
  type: checkboxes
6
9
 
@@ -1,9 +1,10 @@
1
- name: Changes to information
2
- question: >
3
- Do you agree to inform the Crown Commercial Service as soon as practicably possible, not exceeding 30 calendar days, if there are any changes to the information you’re providing in this supplier declaration?
1
+ name: Agree to inform of changes
2
+ question:
3
+ Do you agree to inform the Crown Commercial Service as soon as practicably possible, not exceeding 30 calendar days, if there are any changes to the information including but not limited to your Economic and Financial Standing, you’re providing in this supplier declaration?
4
+
4
5
  type: boolean
5
6
 
6
7
  validations:
7
8
  -
8
9
  name: answer_required
9
- message: You must select "Yes"
10
+ message: You must select an option
@@ -1,5 +1,5 @@
1
1
  name: Confirm full visibility
2
- question: Confirm that you have full visibility of the bid pack for this competition, including the terms and conditions
2
+ question: Confirm that you have full visibility of the ITT including the tender notice and all associated tender documents this competition, including the terms and conditions
3
3
 
4
4
  type: boolean
5
5
  hidden: true
@@ -1,5 +1,5 @@
1
1
  name: Necessary actions
2
- question: Confirm that you have taken all necessary action required to authorise the person who will sign the Declaration within the Digital Marketplace to do so on your behalf
2
+ question: Confirm that you have taken all necessary action required to authorise the person who will sign the declaration within the procurement specific questionnaire to do so on your behalf
3
3
 
4
4
  type: boolean
5
5
  hidden: true
@@ -1,5 +1,5 @@
1
1
  name: Visibility of content
2
- question: Confirm that you have full visibility of the content of your bid
2
+ question: Confirm that you have full visibility of the content of your submitted tender
3
3
 
4
4
  type: boolean
5
5
  hidden: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.1",
3
+ "version": "3.13.3",
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"
@@ -13,6 +13,11 @@
13
13
  "type": {"enum": ["list", "boolean_list", "checkbox_tree", "checkboxes"]}
14
14
  }
15
15
  },
16
+ "number_of_items_shown_as_default": {
17
+ "properties": {
18
+ "type": {"enum": ["list"]}
19
+ }
20
+ },
16
21
  "column_width": {
17
22
  "properties": {
18
23
  "type": {"enum": ["list_multiquestion"]}
@@ -227,6 +232,9 @@
227
232
  "number_of_items": {
228
233
  "type": "integer"
229
234
  },
235
+ "number_of_items_shown_as_default": {
236
+ "type": "integer"
237
+ },
230
238
  "column_width": {
231
239
  "enum": [
232
240
  "full",
@@ -1,9 +0,0 @@
1
- name: Declaration accuracy
2
- question: >
3
- Are all the answers in your supplier declaration truthful?
4
- type: boolean
5
-
6
- validations:
7
- -
8
- name: answer_required
9
- message: You must select "Yes"
@@ -1,9 +0,0 @@
1
- name: Proof of claims about services
2
- question:
3
- Are you prepared to provide proof of any claims made about the services you’re submitting to Digital Outcomes and Specialists 7?
4
- type: boolean
5
-
6
- validations:
7
- -
8
- name: answer_required
9
- message: You must select "Yes"