ccs-digitalmarketplace-frameworks 3.12.3 → 3.12.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.
@@ -14,6 +14,14 @@
14
14
  questions:
15
15
  - multiqUltimateParentCompany
16
16
 
17
+ -
18
+ name: Visibility of third party agents or bid writers
19
+ slug: visibility-of-third-party-agents
20
+ editable: True
21
+ prefill: False
22
+ questions:
23
+ - multiqVisibilityOfThirdPartyAgents
24
+
17
25
  -
18
26
  name: Framework award form details
19
27
  slug: framework-award-form-details
@@ -60,3 +68,17 @@
60
68
  prefill: False
61
69
  questions:
62
70
  - multiqModernSlavery
71
+
72
+ -
73
+ name: Providing suitable services
74
+ slug: providing-suitable-services
75
+ editable: True
76
+ prefill: False
77
+ description: |
78
+ You must be able to truthfully answer ‘yes’ to every question on this page for your application to be considered eligible.
79
+
80
+ If you can’t answer ‘yes’ to every question on this page, you will not be able to proceed with your application.
81
+ questions:
82
+ - skillsAndResources
83
+ - offerDirectlyYourselves
84
+ - directContractualResponsibility
@@ -0,0 +1,13 @@
1
+ name: Take direct contractual responsibility
2
+ question: Will you or your organisation take direct contractual responsibility and full accountability for delivering the services you’re offering?
3
+
4
+ type: checkboxes
5
+
6
+ options:
7
+ - label: "Yes"
8
+ value: "yes"
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You must select "Yes"
@@ -0,0 +1,10 @@
1
+ name: Visibility of third party agents or bid writers
2
+ question: ""
3
+
4
+ type: multiquestion
5
+ questions:
6
+ - visibilityOfThirdPartyAgents
7
+ - visibilityOfThirdPartyAgentsName
8
+ - visibilityOfThirdPartyAgentsConfirmFullVisibility
9
+ - visibilityOfThirdPartyAgentsVisibilityOfContent
10
+ - visibilityOfThirdPartyAgentsNeccesseryActions
@@ -0,0 +1,13 @@
1
+ name: Deliver the services you offer directly yourselves
2
+ question: Will you or your organisation deliver the services you offer directly yourselves and not solely source staff for others?
3
+
4
+ type: checkboxes
5
+
6
+ options:
7
+ - label: "Yes"
8
+ value: "yes"
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You must select "Yes"
@@ -0,0 +1,13 @@
1
+ name: Organisation has the skills and resources
2
+ question: Does your organisation have the skills and resources to provide the services you’re submitting for Digital Outcomes and Specialists 7?
3
+
4
+ type: checkboxes
5
+
6
+ options:
7
+ - label: "Yes"
8
+ value: "yes"
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You must select "Yes"
@@ -0,0 +1,19 @@
1
+ name: Visibility of third party agents or bid writers
2
+ question: Have you engaged the services of a third party or agent in the preparation of your bid?
3
+
4
+ type: boolean
5
+
6
+ followup:
7
+ visibilityOfThirdPartyAgentsName:
8
+ - true
9
+ visibilityOfThirdPartyAgentsConfirmFullVisibility:
10
+ - true
11
+ visibilityOfThirdPartyAgentsVisibilityOfContent:
12
+ - true
13
+ visibilityOfThirdPartyAgentsNeccesseryActions:
14
+ - true
15
+
16
+ validations:
17
+ -
18
+ name: answer_required
19
+ message: You must select an option
@@ -0,0 +1,10 @@
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
3
+
4
+ type: boolean
5
+ hidden: true
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: You must select an option
@@ -0,0 +1,9 @@
1
+ name: Third party and/or agent name
2
+ question: What is the name of the organisation of the third party agent or bid writer?
3
+ type: text
4
+ hidden: true
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: You must enter the name of the organisation of the third party agent or bid writer
@@ -0,0 +1,10 @@
1
+ name: Neccessery 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
3
+
4
+ type: boolean
5
+ hidden: true
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: You must select an option
@@ -0,0 +1,10 @@
1
+ name: Visibility of content
2
+ question: Confirm that you have full visibility of the content of your bid
3
+
4
+ type: boolean
5
+ hidden: true
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ 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.12.3",
3
+ "version": "3.12.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"