ccs-digitalmarketplace-frameworks 4.0.11 → 4.0.13
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 +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/legalCapacity.yml +8 -4
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioBookingCost.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostDay.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostHalfDay.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostHour.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostWeek.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostDay.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostHalfDay.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostHour.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostWeek.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingUnit.yml +37 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatTypesOfUserResearchStudio.yml +9 -3
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +9 -3
- package/package.json +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCost.yml +0 -39
package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/legalCapacity.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
name: Legal capacity
|
|
2
2
|
question: >
|
|
3
|
-
Please confirm that you have in place or that you will have in place, by the Framework Start Date, evidence that is
|
|
4
|
-
available upon request to demonstrate you have the human and technical resources to perform the contract and ensure
|
|
3
|
+
Please confirm that you have in place or that you will have in place, by the Framework Start Date, evidence that is
|
|
4
|
+
available upon request to demonstrate you have the human and technical resources to perform the contract and ensure
|
|
5
5
|
compliance with the UK General Data Protection Regulation the protection of the rights of data subjects.
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
question_advice: >
|
|
8
8
|
This includes having in place (or will have in place by the Framework Start Date) technical facilities
|
|
9
9
|
and measures (including systems and processes) to ensure compliance with UK data protection law and to
|
|
@@ -18,9 +18,13 @@ question_advice: >
|
|
|
18
18
|
<li>Regularly test, assess and evaluate the effectiveness of the above measures</li>
|
|
19
19
|
</ul>
|
|
20
20
|
|
|
21
|
+
<p class="govuk-body govuk-!-margin-top-3">This question is assessed Pass / Fail.</p>
|
|
22
|
+
<p class="govuk-body govuk-!-margin-top-3">Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this condition of participation.</p>
|
|
23
|
+
<p class="govuk-body govuk-!-margin-top-3">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
|
|
24
|
+
|
|
21
25
|
type: boolean
|
|
22
26
|
|
|
23
27
|
validations:
|
|
24
28
|
-
|
|
25
29
|
name: answer_required
|
|
26
|
-
message: You must select an option
|
|
30
|
+
message: You must select an option
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Cost of booking a studio
|
|
2
|
+
question: How much does it cost (excluding VAT) to book a studio?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: multiquestion
|
|
10
|
+
|
|
11
|
+
depends_on_follow_up:
|
|
12
|
+
whatTypesOfUserResearchStudio:
|
|
13
|
+
- virtual-studio
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- virtualStudioBookingUnit
|
|
17
|
+
- virtualStudioBookingCostHour
|
|
18
|
+
- virtualStudioBookingCostHalfDay
|
|
19
|
+
- virtualStudioBookingCostDay
|
|
20
|
+
- virtualStudioBookingCostWeek
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Cost of booking a studio per day
|
|
2
|
+
question: What is the cost (excluding VAT) to book a studio per day?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: pricing
|
|
10
|
+
fields:
|
|
11
|
+
price: virtualStudioBookingCostDayPrice
|
|
12
|
+
|
|
13
|
+
hidden: true
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: virtualStudioBookingCostDayPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per day
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: virtualStudioBookingCostDayPrice
|
|
23
|
+
message: Price must be a number greater than 0, without units, eg 99.95
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Cost of booking a studio per half day
|
|
2
|
+
question: What is the cost (excluding VAT) to book a studio per half day?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
hidden: true
|
|
10
|
+
|
|
11
|
+
type: pricing
|
|
12
|
+
fields:
|
|
13
|
+
price: virtualStudioBookingCostHalfDayPrice
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: virtualStudioBookingCostHalfDayPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per half day
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: virtualStudioBookingCostHalfDayPrice
|
|
23
|
+
message: Price must be a number greater than 0, without units, eg 99.95
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Cost of booking a studio per hour
|
|
2
|
+
question: What is the cost (excluding VAT) to book a studio per hour?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
hidden: true
|
|
10
|
+
|
|
11
|
+
type: pricing
|
|
12
|
+
fields:
|
|
13
|
+
price: virtualStudioBookingCostHourPrice
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: virtualStudioBookingCostHourPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per hour
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: virtualStudioBookingCostHourPrice
|
|
23
|
+
message: Price must be a number greater than 0, without units, eg 99.95
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Cost of booking a studio per week
|
|
2
|
+
question: What is the cost (excluding VAT) to book a studio per week?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: pricing
|
|
10
|
+
fields:
|
|
11
|
+
price: virtualStudioBookingCostWeekPrice
|
|
12
|
+
|
|
13
|
+
hidden: true
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: virtualStudioBookingCostWeekPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per week
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: virtualStudioBookingCostWeekPrice
|
|
23
|
+
message: Price must be a number greater than 0, without units, eg 99.95
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
name: Cost of booking a studio unit
|
|
2
|
+
question: Select the unit's you would charge by
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: checkboxes
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: an hour
|
|
13
|
+
value: hour
|
|
14
|
+
- label: a half day
|
|
15
|
+
value: half_day
|
|
16
|
+
- label: a day
|
|
17
|
+
value: day
|
|
18
|
+
- label: a week
|
|
19
|
+
value: week
|
|
20
|
+
|
|
21
|
+
depends_on_follow_up:
|
|
22
|
+
whatTypesOfUserResearchStudio:
|
|
23
|
+
- virtual-studio
|
|
24
|
+
|
|
25
|
+
followup:
|
|
26
|
+
virtualStudioBookingCostHour:
|
|
27
|
+
- hour
|
|
28
|
+
virtualStudioBookingCostHalfDay:
|
|
29
|
+
- half_day
|
|
30
|
+
virtualStudioBookingCostDay:
|
|
31
|
+
- day
|
|
32
|
+
virtualStudioBookingCostWeek:
|
|
33
|
+
- week
|
|
34
|
+
|
|
35
|
+
validations:
|
|
36
|
+
- name: answer_required
|
|
37
|
+
message: Select a unit option
|
|
@@ -26,9 +26,7 @@ dependent_follow_up:
|
|
|
26
26
|
- physical-location
|
|
27
27
|
virtualMinimumStudioTime:
|
|
28
28
|
- virtual-studio
|
|
29
|
-
|
|
30
|
-
- virtual-studio
|
|
31
|
-
virtualStudioBookingCostUnit:
|
|
29
|
+
virtualStudioBookingUnit:
|
|
32
30
|
- virtual-studio
|
|
33
31
|
virtualMinimumLeadTime:
|
|
34
32
|
- virtual-studio
|
|
@@ -123,6 +121,14 @@ dependent_follow_up_followup:
|
|
|
123
121
|
- virtual-studio
|
|
124
122
|
virtualStudioOtherBiometrics:
|
|
125
123
|
- virtual-studio
|
|
124
|
+
virtualStudioBookingCostHourPrice:
|
|
125
|
+
- virtual-studio
|
|
126
|
+
virtualStudioBookingCostHalfDayPrice:
|
|
127
|
+
- virtual-studio
|
|
128
|
+
virtualStudioBookingCostDayPrice:
|
|
129
|
+
- virtual-studio
|
|
130
|
+
virtualStudioBookingCostWeekPrice:
|
|
131
|
+
- virtual-studio
|
|
126
132
|
physicalStudioParking:
|
|
127
133
|
- physical-location
|
|
128
134
|
physicalStudioStreamingPlatform:
|
|
@@ -57,9 +57,7 @@ dependent_follow_up:
|
|
|
57
57
|
- user-research-studios
|
|
58
58
|
virtualMinimumStudioTime:
|
|
59
59
|
- user-research-studios
|
|
60
|
-
|
|
61
|
-
- user-research-studios
|
|
62
|
-
virtualStudioBookingCostUnit:
|
|
60
|
+
virtualStudioBookingUnit:
|
|
63
61
|
- user-research-studios
|
|
64
62
|
virtualMinimumLeadTime:
|
|
65
63
|
- user-research-studios
|
|
@@ -159,6 +157,14 @@ dependent_follow_up_followup:
|
|
|
159
157
|
- user-research-studios
|
|
160
158
|
virtualStudioOtherBiometrics:
|
|
161
159
|
- user-research-studios
|
|
160
|
+
virtualStudioBookingCostHourPrice:
|
|
161
|
+
- user-research-studios
|
|
162
|
+
virtualStudioBookingCostHalfDayPrice:
|
|
163
|
+
- user-research-studios
|
|
164
|
+
virtualStudioBookingCostDayPrice:
|
|
165
|
+
- user-research-studios
|
|
166
|
+
virtualStudioBookingCostWeekPrice:
|
|
167
|
+
- user-research-studios
|
|
162
168
|
physicalStudioParking:
|
|
163
169
|
- user-research-studios
|
|
164
170
|
physicalStudioStreamingPlatform:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.13",
|
|
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"
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
name: Cost of booking a studio
|
|
2
|
-
question: How much does it cost (excluding VAT) to book a studio?
|
|
3
|
-
|
|
4
|
-
depends:
|
|
5
|
-
- "on": lot
|
|
6
|
-
being:
|
|
7
|
-
- user-research-studios-and-participants
|
|
8
|
-
|
|
9
|
-
type: pricing
|
|
10
|
-
fields:
|
|
11
|
-
price: virtualStudioBookingCostPrice
|
|
12
|
-
price_unit: virtualStudioBookingCostUnit
|
|
13
|
-
|
|
14
|
-
decimal_place_restriction: true
|
|
15
|
-
|
|
16
|
-
units:
|
|
17
|
-
- label: an hour
|
|
18
|
-
value: Hour
|
|
19
|
-
- label: a half day
|
|
20
|
-
value: Half day
|
|
21
|
-
- label: a day
|
|
22
|
-
value: Day
|
|
23
|
-
- label: a week
|
|
24
|
-
value: Week
|
|
25
|
-
|
|
26
|
-
depends_on_follow_up:
|
|
27
|
-
whatTypesOfUserResearchStudio:
|
|
28
|
-
- virtual-studio
|
|
29
|
-
|
|
30
|
-
validations:
|
|
31
|
-
- name: answer_required
|
|
32
|
-
field: virtualStudioBookingCostPrice
|
|
33
|
-
message: Enter how much it costs to book a studio
|
|
34
|
-
- name: not_money_format
|
|
35
|
-
field: virtualStudioBookingCostPrice
|
|
36
|
-
message: Price must be a number greater than 0, without units, eg 99.95
|
|
37
|
-
- name: answer_required
|
|
38
|
-
field: virtualStudioBookingCostUnit
|
|
39
|
-
message: You must select the unit
|