ccs-digitalmarketplace-frameworks 3.6.0 → 3.7.1
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 +42 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +42 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +42 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqPhysicalStudioCompatibilityConstraints.yml +17 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqPhysicalStudioOtherBiometrics.yml +17 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqPhysicalStudioParking.yml +17 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqPhysicalStudioStreaming.yml +17 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumLeadTime.yml +29 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumStudioTime.yml +28 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioAnyCompatibilityConstraints.yml +22 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioAnyOtherBiometrics.yml +28 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioAvailability.yml +28 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCost.yml +37 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioCompatibilityConstraints.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioEyeTracking.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioNumberOfParticipants.yml +24 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioNumberOfResearchers.yml +24 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioOtherBiometrics.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioParking.yml +26 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioParkingAvailability.yml +21 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioPublicTransport.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioPublicTransportInfo.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioSessionRecorded.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioStreaming.yml +28 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioStreamingPlatform.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioViewOfMobileDevice.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioViewOfScreen.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioViewingArea.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioWifi.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioAvailability.yml +1 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatTypesOfUserResearchStudio.yml +46 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +46 -0
- package/package.json +1 -1
- package/requirements-dev.txt +2 -2
- package/requirements.txt +1 -1
|
@@ -279,3 +279,45 @@
|
|
|
279
279
|
- virtualStudioEyeTracking
|
|
280
280
|
- multiqVirtualStudioOtherBiometrics
|
|
281
281
|
- virtualStudioSessionRecorded
|
|
282
|
+
|
|
283
|
+
- name: Physical user research studio - Booking
|
|
284
|
+
editable: False
|
|
285
|
+
questions:
|
|
286
|
+
- physicalMinimumStudioTime
|
|
287
|
+
- physicalStudioBookingCost
|
|
288
|
+
- physicalMinimumLeadTime
|
|
289
|
+
|
|
290
|
+
- name: Physical user research studio - Capacity
|
|
291
|
+
editable: False
|
|
292
|
+
questions:
|
|
293
|
+
- physicalStudioNumberOfParticipants
|
|
294
|
+
- physicalStudioNumberOfResearchers
|
|
295
|
+
|
|
296
|
+
- name: Physical user research studio - Availability
|
|
297
|
+
editable: False
|
|
298
|
+
questions:
|
|
299
|
+
- physicalStudioAvailability
|
|
300
|
+
|
|
301
|
+
- name: Physical user research studio - Parking
|
|
302
|
+
editable: False
|
|
303
|
+
questions:
|
|
304
|
+
- multiqPhysicalStudioParking
|
|
305
|
+
|
|
306
|
+
- name: Physical user research studio - Transport
|
|
307
|
+
editable: False
|
|
308
|
+
questions:
|
|
309
|
+
- physicalStudioPublicTransport
|
|
310
|
+
- physicalStudioPublicTransportInfo
|
|
311
|
+
|
|
312
|
+
- name: Physical user research studio - Viewing
|
|
313
|
+
editable: False
|
|
314
|
+
questions:
|
|
315
|
+
- physicalStudioViewingArea
|
|
316
|
+
- physicalStudioWifi
|
|
317
|
+
- multiqPhysicalStudioStreaming
|
|
318
|
+
- multiqPhysicalStudioCompatibilityConstraints
|
|
319
|
+
- physicalStudioViewOfScreen
|
|
320
|
+
- physicalStudioViewOfMobileDevice
|
|
321
|
+
- physicalStudioEyeTracking
|
|
322
|
+
- multiqPhysicalStudioOtherBiometrics
|
|
323
|
+
- physicalStudioSessionRecorded
|
|
@@ -307,3 +307,45 @@
|
|
|
307
307
|
- virtualStudioEyeTracking
|
|
308
308
|
- multiqVirtualStudioOtherBiometrics
|
|
309
309
|
- virtualStudioSessionRecorded
|
|
310
|
+
|
|
311
|
+
- name: Physical user research studio - Booking
|
|
312
|
+
editable: True
|
|
313
|
+
questions:
|
|
314
|
+
- physicalMinimumStudioTime
|
|
315
|
+
- physicalStudioBookingCost
|
|
316
|
+
- physicalMinimumLeadTime
|
|
317
|
+
|
|
318
|
+
- name: Physical user research studio - Capacity
|
|
319
|
+
editable: True
|
|
320
|
+
questions:
|
|
321
|
+
- physicalStudioNumberOfParticipants
|
|
322
|
+
- physicalStudioNumberOfResearchers
|
|
323
|
+
|
|
324
|
+
- name: Physical user research studio - Availability
|
|
325
|
+
editable: True
|
|
326
|
+
questions:
|
|
327
|
+
- physicalStudioAvailability
|
|
328
|
+
|
|
329
|
+
- name: Physical user research studio - Parking
|
|
330
|
+
editable: True
|
|
331
|
+
questions:
|
|
332
|
+
- multiqPhysicalStudioParking
|
|
333
|
+
|
|
334
|
+
- name: Physical user research studio - Transport
|
|
335
|
+
editable: True
|
|
336
|
+
questions:
|
|
337
|
+
- physicalStudioPublicTransport
|
|
338
|
+
- physicalStudioPublicTransportInfo
|
|
339
|
+
|
|
340
|
+
- name: Physical user research studio - Viewing
|
|
341
|
+
editable: True
|
|
342
|
+
questions:
|
|
343
|
+
- physicalStudioViewingArea
|
|
344
|
+
- physicalStudioWifi
|
|
345
|
+
- multiqPhysicalStudioStreaming
|
|
346
|
+
- multiqPhysicalStudioCompatibilityConstraints
|
|
347
|
+
- physicalStudioViewOfScreen
|
|
348
|
+
- physicalStudioViewOfMobileDevice
|
|
349
|
+
- physicalStudioEyeTracking
|
|
350
|
+
- multiqPhysicalStudioOtherBiometrics
|
|
351
|
+
- physicalStudioSessionRecorded
|
|
@@ -351,3 +351,45 @@
|
|
|
351
351
|
- virtualStudioEyeTracking
|
|
352
352
|
- multiqVirtualStudioOtherBiometrics
|
|
353
353
|
- virtualStudioSessionRecorded
|
|
354
|
+
|
|
355
|
+
- name: Physical user research studio - Booking
|
|
356
|
+
editable: True
|
|
357
|
+
questions:
|
|
358
|
+
- physicalMinimumStudioTime
|
|
359
|
+
- physicalStudioBookingCost
|
|
360
|
+
- physicalMinimumLeadTime
|
|
361
|
+
|
|
362
|
+
- name: Physical user research studio - Capacity
|
|
363
|
+
editable: True
|
|
364
|
+
questions:
|
|
365
|
+
- physicalStudioNumberOfParticipants
|
|
366
|
+
- physicalStudioNumberOfResearchers
|
|
367
|
+
|
|
368
|
+
- name: Physical user research studio - Availability
|
|
369
|
+
editable: True
|
|
370
|
+
questions:
|
|
371
|
+
- physicalStudioAvailability
|
|
372
|
+
|
|
373
|
+
- name: Physical user research studio - Parking
|
|
374
|
+
editable: True
|
|
375
|
+
questions:
|
|
376
|
+
- multiqPhysicalStudioParking
|
|
377
|
+
|
|
378
|
+
- name: Physical user research studio - Transport
|
|
379
|
+
editable: True
|
|
380
|
+
questions:
|
|
381
|
+
- physicalStudioPublicTransport
|
|
382
|
+
- physicalStudioPublicTransportInfo
|
|
383
|
+
|
|
384
|
+
- name: Physical user research studio - Viewing
|
|
385
|
+
editable: True
|
|
386
|
+
questions:
|
|
387
|
+
- physicalStudioViewingArea
|
|
388
|
+
- physicalStudioWifi
|
|
389
|
+
- multiqPhysicalStudioStreaming
|
|
390
|
+
- multiqPhysicalStudioCompatibilityConstraints
|
|
391
|
+
- physicalStudioViewOfScreen
|
|
392
|
+
- physicalStudioViewOfMobileDevice
|
|
393
|
+
- physicalStudioEyeTracking
|
|
394
|
+
- multiqPhysicalStudioOtherBiometrics
|
|
395
|
+
- physicalStudioSessionRecorded
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Compatibility constraints
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatTypesOfUserResearchStudio:
|
|
11
|
+
- physical-location
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- physicalStudioAnyCompatibilityConstraints
|
|
17
|
+
- physicalStudioCompatibilityConstraints
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Other biometric technologies
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatTypesOfUserResearchStudio:
|
|
11
|
+
- physical-location
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- physicalStudioAnyOtherBiometrics
|
|
17
|
+
- physicalStudioOtherBiometrics
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Car parking availability
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatTypesOfUserResearchStudio:
|
|
11
|
+
- physical-location
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- physicalStudioParkingAvailability
|
|
17
|
+
- physicalStudioParking
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Streaming
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatTypesOfUserResearchStudio:
|
|
11
|
+
- physical-location
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- physicalStudioStreaming
|
|
17
|
+
- physicalStudioStreamingPlatform
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumLeadTime.yml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
name: Minimum lead time you need to make a studio booking
|
|
2
|
+
question: What is the minimum lead time you need to make a studio booking?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: "1 day"
|
|
13
|
+
- label: "2 days"
|
|
14
|
+
- label: "3 to 5 days"
|
|
15
|
+
- label: "1 week"
|
|
16
|
+
- label: "2 weeks"
|
|
17
|
+
- label: "3 weeks"
|
|
18
|
+
- label: "1 month"
|
|
19
|
+
- label: "6 weeks"
|
|
20
|
+
- label: "More than 6 weeks"
|
|
21
|
+
|
|
22
|
+
depends_on_follow_up:
|
|
23
|
+
whatTypesOfUserResearchStudio:
|
|
24
|
+
- physical-location
|
|
25
|
+
|
|
26
|
+
validations:
|
|
27
|
+
-
|
|
28
|
+
name: answer_required
|
|
29
|
+
message: Select the minimum lead time you need to make a studio booking
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
name: Minimum amount of time a studio can be booked for
|
|
2
|
+
question: What is the minimum amount of time a studio can be booked for?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: "1 hour"
|
|
13
|
+
- label: "2 hours"
|
|
14
|
+
- label: "3 hours"
|
|
15
|
+
- label: "4 hours"
|
|
16
|
+
- label: "5 hours"
|
|
17
|
+
- label: "6 hours"
|
|
18
|
+
- label: "7 hours"
|
|
19
|
+
- label: "8 hours"
|
|
20
|
+
|
|
21
|
+
depends_on_follow_up:
|
|
22
|
+
whatTypesOfUserResearchStudio:
|
|
23
|
+
- physical-location
|
|
24
|
+
|
|
25
|
+
validations:
|
|
26
|
+
-
|
|
27
|
+
name: answer_required
|
|
28
|
+
message: Select the minimum amount of time a studio can be booked for
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
name: Any compatibility constraints
|
|
2
|
+
question: Are there any compatibility constraints with the platform or system used which may exclude government clients?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: boolean
|
|
10
|
+
|
|
11
|
+
followup:
|
|
12
|
+
physicalStudioCompatibilityConstraints:
|
|
13
|
+
- True
|
|
14
|
+
|
|
15
|
+
depends_on_follow_up:
|
|
16
|
+
whatTypesOfUserResearchStudio:
|
|
17
|
+
- physical-location
|
|
18
|
+
|
|
19
|
+
validations:
|
|
20
|
+
-
|
|
21
|
+
name: answer_required
|
|
22
|
+
message: Select if there are any compatibility constraints
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
name: Provide other biometric technologies
|
|
2
|
+
question: Do you provide any other biometric technologies other than eye tracking?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: Yes, included as standard
|
|
13
|
+
- label: Yes, for an additional cost
|
|
14
|
+
- label: "No"
|
|
15
|
+
|
|
16
|
+
followup:
|
|
17
|
+
physicalStudioOtherBiometrics:
|
|
18
|
+
- Yes, included as standard
|
|
19
|
+
- Yes, for an additional cost
|
|
20
|
+
|
|
21
|
+
depends_on_follow_up:
|
|
22
|
+
whatTypesOfUserResearchStudio:
|
|
23
|
+
- physical-location
|
|
24
|
+
|
|
25
|
+
validations:
|
|
26
|
+
-
|
|
27
|
+
name: answer_required
|
|
28
|
+
message: Select if you provide other biometric technologies
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
name: Days a studio can be hired
|
|
2
|
+
question: What days can a studio be hired?
|
|
3
|
+
hint: Select all days that apply
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- user-research-studios-and-participants
|
|
9
|
+
|
|
10
|
+
type: checkboxes
|
|
11
|
+
|
|
12
|
+
options:
|
|
13
|
+
- label: "Monday"
|
|
14
|
+
- label: "Tuesday"
|
|
15
|
+
- label: "Wednesday"
|
|
16
|
+
- label: "Thursday"
|
|
17
|
+
- label: "Friday"
|
|
18
|
+
- label: "Saturday"
|
|
19
|
+
- label: "Sunday"
|
|
20
|
+
|
|
21
|
+
depends_on_follow_up:
|
|
22
|
+
whatTypesOfUserResearchStudio:
|
|
23
|
+
- physical-location
|
|
24
|
+
|
|
25
|
+
validations:
|
|
26
|
+
-
|
|
27
|
+
name: answer_required
|
|
28
|
+
message: Select the days a studio can be hired
|
|
@@ -0,0 +1,37 @@
|
|
|
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: physicalStudioBookingCostPrice
|
|
12
|
+
price_unit: physicalStudioBookingCostUnit
|
|
13
|
+
|
|
14
|
+
units:
|
|
15
|
+
- label: an hour
|
|
16
|
+
value: Hour
|
|
17
|
+
- label: a half day
|
|
18
|
+
value: Half day
|
|
19
|
+
- label: a day
|
|
20
|
+
value: Day
|
|
21
|
+
- label: a week
|
|
22
|
+
value: Week
|
|
23
|
+
|
|
24
|
+
depends_on_follow_up:
|
|
25
|
+
whatTypesOfUserResearchStudio:
|
|
26
|
+
- physical-location
|
|
27
|
+
|
|
28
|
+
validations:
|
|
29
|
+
- name: answer_required
|
|
30
|
+
field: physicalStudioBookingCostPrice
|
|
31
|
+
message: Enter how much it costs to book a studio
|
|
32
|
+
- name: not_money_format
|
|
33
|
+
field: physicalStudioBookingCostPrice
|
|
34
|
+
message: Price must be a number, without units, eg 99.95
|
|
35
|
+
- name: answer_required
|
|
36
|
+
field: physicalStudioBookingCostUnit
|
|
37
|
+
message: You must select the unit
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Compatibility constraints
|
|
2
|
+
question: Specify the compatibility constraints
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: textbox_large
|
|
10
|
+
max_length_in_words: 200
|
|
11
|
+
hidden: true
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
- name: answer_required
|
|
15
|
+
message: Enter the compatibility constraints
|
|
16
|
+
- name: under_200_words
|
|
17
|
+
message: "Your answer must be no more than 200 words"
|
|
18
|
+
- name: under_character_limit
|
|
19
|
+
message: "Your answer must be no more than 2000 characters"
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Provide eye-tracking
|
|
2
|
+
question: Do you provide eye-tracking?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: Yes, included as standard
|
|
13
|
+
- label: Yes, for an additional cost
|
|
14
|
+
- label: "No"
|
|
15
|
+
|
|
16
|
+
depends_on_follow_up:
|
|
17
|
+
whatTypesOfUserResearchStudio:
|
|
18
|
+
- physical-location
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
-
|
|
22
|
+
name: answer_required
|
|
23
|
+
message: Select if you provide eye-tracking
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
name: Number of participants
|
|
2
|
+
question: What is the maximum number of participants in a studio?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: number
|
|
10
|
+
|
|
11
|
+
limits:
|
|
12
|
+
min_value: 1
|
|
13
|
+
max_value: 99
|
|
14
|
+
integer_only: true
|
|
15
|
+
|
|
16
|
+
depends_on_follow_up:
|
|
17
|
+
whatTypesOfUserResearchStudio:
|
|
18
|
+
- physical-location
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
- name: answer_required
|
|
22
|
+
message: You need to enter a number from 1 to 99
|
|
23
|
+
- name: not_a_number
|
|
24
|
+
message: You need to enter a number from 1 to 99
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
name: Number of researchers
|
|
2
|
+
question: What is the maximum number of researchers in a studio?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: number
|
|
10
|
+
|
|
11
|
+
limits:
|
|
12
|
+
min_value: 1
|
|
13
|
+
max_value: 99
|
|
14
|
+
integer_only: true
|
|
15
|
+
|
|
16
|
+
depends_on_follow_up:
|
|
17
|
+
whatTypesOfUserResearchStudio:
|
|
18
|
+
- physical-location
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
- name: answer_required
|
|
22
|
+
message: You need to enter a number from 1 to 99
|
|
23
|
+
- name: not_a_number
|
|
24
|
+
message: You need to enter a number from 1 to 99
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Other biometric technologies
|
|
2
|
+
question: Specify the other biometric technologies
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: textbox_large
|
|
10
|
+
max_length_in_words: 200
|
|
11
|
+
hidden: true
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
- name: answer_required
|
|
15
|
+
message: Enter the other biometric technologies
|
|
16
|
+
- name: under_200_words
|
|
17
|
+
message: "Your answer must be no more than 200 words"
|
|
18
|
+
- name: under_character_limit
|
|
19
|
+
message: "Your answer must be no more than 2000 characters"
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioParking.yml
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
question: What car parking is available?
|
|
2
|
+
hint: Select all that apply
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: checkboxes
|
|
10
|
+
|
|
11
|
+
optional: true
|
|
12
|
+
|
|
13
|
+
options:
|
|
14
|
+
- label: "Free onsite at the studio"
|
|
15
|
+
value: free-onsite
|
|
16
|
+
- label: "Pay and display street parking outside the studio"
|
|
17
|
+
value: pay-onsite
|
|
18
|
+
- label: "Street parking within 5 mins walk from the studio"
|
|
19
|
+
value: free-offsite
|
|
20
|
+
- label: "Pay and display car parking within 5 mins walk from the studio"
|
|
21
|
+
value: pay-offsite
|
|
22
|
+
|
|
23
|
+
validations:
|
|
24
|
+
-
|
|
25
|
+
name: answer_required
|
|
26
|
+
message: Select what car parking is available
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
question: Is car parking available?
|
|
2
|
+
|
|
3
|
+
depends:
|
|
4
|
+
- "on": lot
|
|
5
|
+
being:
|
|
6
|
+
- user-research-studios-and-participants
|
|
7
|
+
|
|
8
|
+
type: boolean
|
|
9
|
+
|
|
10
|
+
followup:
|
|
11
|
+
physicalStudioParking:
|
|
12
|
+
- True
|
|
13
|
+
|
|
14
|
+
depends_on_follow_up:
|
|
15
|
+
whatTypesOfUserResearchStudio:
|
|
16
|
+
- physical-location
|
|
17
|
+
|
|
18
|
+
validations:
|
|
19
|
+
-
|
|
20
|
+
name: answer_required
|
|
21
|
+
message: Select if car parking is available
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Public transport
|
|
2
|
+
question: Can visitors use public transport to get to your studio?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: boolean
|
|
10
|
+
|
|
11
|
+
depends_on_follow_up:
|
|
12
|
+
whatTypesOfUserResearchStudio:
|
|
13
|
+
- physical-location
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
-
|
|
17
|
+
name: answer_required
|
|
18
|
+
message: Select what public transport is available
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Provide information for public transport
|
|
2
|
+
question: Do you provide information about how to reach your studio by public transport?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: boolean
|
|
10
|
+
|
|
11
|
+
depends_on_follow_up:
|
|
12
|
+
whatTypesOfUserResearchStudio:
|
|
13
|
+
- physical-location
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
-
|
|
17
|
+
name: answer_required
|
|
18
|
+
message: Select if you provide information for public transport
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Record user research session
|
|
2
|
+
question: Can the user research session be recorded?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: Yes, included as standard
|
|
13
|
+
- label: Yes, for an additional cost
|
|
14
|
+
- label: "No"
|
|
15
|
+
|
|
16
|
+
depends_on_follow_up:
|
|
17
|
+
whatTypesOfUserResearchStudio:
|
|
18
|
+
- physical-location
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
-
|
|
22
|
+
name: answer_required
|
|
23
|
+
message: Select if you can record user research session
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioStreaming.yml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
name: Provide remote streaming from the studio
|
|
2
|
+
question: Do you provide remote streaming from the studio?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: Yes, included as standard
|
|
13
|
+
- label: Yes, for an additional cost
|
|
14
|
+
- label: "No"
|
|
15
|
+
|
|
16
|
+
followup:
|
|
17
|
+
physicalStudioStreamingPlatform:
|
|
18
|
+
- Yes, included as standard
|
|
19
|
+
- Yes, for an additional cost
|
|
20
|
+
|
|
21
|
+
depends_on_follow_up:
|
|
22
|
+
whatTypesOfUserResearchStudio:
|
|
23
|
+
- physical-location
|
|
24
|
+
|
|
25
|
+
validations:
|
|
26
|
+
-
|
|
27
|
+
name: answer_required
|
|
28
|
+
message: Select if you provide remote streaming from the studio
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Streaming platform
|
|
2
|
+
question: What streaming platform do you use?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: textbox_large
|
|
10
|
+
max_length_in_words: 200
|
|
11
|
+
hidden: true
|
|
12
|
+
|
|
13
|
+
validations:
|
|
14
|
+
- name: answer_required
|
|
15
|
+
message: Enter the streaming platform you use
|
|
16
|
+
- name: under_200_words
|
|
17
|
+
message: "Your answer must be no more than 200 words"
|
|
18
|
+
- name: under_character_limit
|
|
19
|
+
message: "Your answer must be no more than 2000 characters"
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Stream a view of a mobile or tablet device
|
|
2
|
+
question: Do you stream a view of a mobile or tablet device?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: Yes, included as standard
|
|
13
|
+
- label: Yes, for an additional cost
|
|
14
|
+
- label: "No"
|
|
15
|
+
|
|
16
|
+
depends_on_follow_up:
|
|
17
|
+
whatTypesOfUserResearchStudio:
|
|
18
|
+
- physical-location
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
-
|
|
22
|
+
name: answer_required
|
|
23
|
+
message: Select if you stream a view of a mobile or tablet device
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Stream a view of the screen
|
|
2
|
+
question: Do you stream a view of the desktop or laptop screen?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: Yes, included as standard
|
|
13
|
+
- label: Yes, for an additional cost
|
|
14
|
+
- label: "No"
|
|
15
|
+
|
|
16
|
+
depends_on_follow_up:
|
|
17
|
+
whatTypesOfUserResearchStudio:
|
|
18
|
+
- physical-location
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
-
|
|
22
|
+
name: answer_required
|
|
23
|
+
message: Select if you stream a view of the screen
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Viewing area
|
|
2
|
+
question: Do you have a viewing area?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: Yes, included as standard
|
|
13
|
+
- label: Yes, for an additional cost
|
|
14
|
+
- label: "No"
|
|
15
|
+
|
|
16
|
+
depends_on_follow_up:
|
|
17
|
+
whatTypesOfUserResearchStudio:
|
|
18
|
+
- physical-location
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
-
|
|
22
|
+
name: answer_required
|
|
23
|
+
message: Select if you have a viewing area
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioWifi.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Provide Wi-Fi
|
|
2
|
+
question: Do you provide Wi-Fi?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: Yes, included as standard
|
|
13
|
+
- label: Yes, for an additional cost
|
|
14
|
+
- label: "No"
|
|
15
|
+
|
|
16
|
+
depends_on_follow_up:
|
|
17
|
+
whatTypesOfUserResearchStudio:
|
|
18
|
+
- physical-location
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
-
|
|
22
|
+
name: answer_required
|
|
23
|
+
message: Select if you provide Wi-Fi
|
|
@@ -51,6 +51,44 @@ dependent_follow_up:
|
|
|
51
51
|
- virtual-studio
|
|
52
52
|
virtualStudioSessionRecorded:
|
|
53
53
|
- virtual-studio
|
|
54
|
+
physicalMinimumStudioTime:
|
|
55
|
+
- physical-location
|
|
56
|
+
physicalStudioBookingCostPrice:
|
|
57
|
+
- physical-location
|
|
58
|
+
physicalStudioBookingCostUnit:
|
|
59
|
+
- physical-location
|
|
60
|
+
physicalMinimumLeadTime:
|
|
61
|
+
- physical-location
|
|
62
|
+
physicalStudioNumberOfParticipants:
|
|
63
|
+
- physical-location
|
|
64
|
+
physicalStudioNumberOfResearchers:
|
|
65
|
+
- physical-location
|
|
66
|
+
physicalStudioAvailability:
|
|
67
|
+
- physical-location
|
|
68
|
+
physicalStudioParkingAvailability:
|
|
69
|
+
- physical-location
|
|
70
|
+
physicalStudioPublicTransport:
|
|
71
|
+
- physical-location
|
|
72
|
+
physicalStudioPublicTransportInfo:
|
|
73
|
+
- physical-location
|
|
74
|
+
physicalStudioViewingArea:
|
|
75
|
+
- physical-location
|
|
76
|
+
physicalStudioWifi:
|
|
77
|
+
- physical-location
|
|
78
|
+
physicalStudioStreaming:
|
|
79
|
+
- physical-location
|
|
80
|
+
physicalStudioAnyCompatibilityConstraints:
|
|
81
|
+
- physical-location
|
|
82
|
+
physicalStudioViewOfScreen:
|
|
83
|
+
- physical-location
|
|
84
|
+
physicalStudioViewOfMobileDevice:
|
|
85
|
+
- physical-location
|
|
86
|
+
physicalStudioEyeTracking:
|
|
87
|
+
- physical-location
|
|
88
|
+
physicalStudioAnyOtherBiometrics:
|
|
89
|
+
- physical-location
|
|
90
|
+
physicalStudioSessionRecorded:
|
|
91
|
+
- physical-location
|
|
54
92
|
|
|
55
93
|
dependent_follow_up_followup:
|
|
56
94
|
tradeOrIndustryBodiesOther:
|
|
@@ -61,6 +99,14 @@ dependent_follow_up_followup:
|
|
|
61
99
|
- virtual-studio
|
|
62
100
|
virtualStudioOtherBiometrics:
|
|
63
101
|
- virtual-studio
|
|
102
|
+
physicalStudioParking:
|
|
103
|
+
- physical-location
|
|
104
|
+
physicalStudioStreamingPlatform:
|
|
105
|
+
- physical-location
|
|
106
|
+
physicalStudioCompatibilityConstraints:
|
|
107
|
+
- physical-location
|
|
108
|
+
physicalStudioOtherBiometrics:
|
|
109
|
+
- physical-location
|
|
64
110
|
|
|
65
111
|
validations:
|
|
66
112
|
-
|
|
@@ -65,6 +65,44 @@ dependent_follow_up:
|
|
|
65
65
|
- user-research-studios
|
|
66
66
|
virtualStudioSessionRecorded:
|
|
67
67
|
- user-research-studios
|
|
68
|
+
physicalMinimumStudioTime:
|
|
69
|
+
- user-research-studios
|
|
70
|
+
physicalStudioBookingCostPrice:
|
|
71
|
+
- user-research-studios
|
|
72
|
+
physicalStudioBookingCostUnit:
|
|
73
|
+
- user-research-studios
|
|
74
|
+
physicalMinimumLeadTime:
|
|
75
|
+
- user-research-studios
|
|
76
|
+
physicalStudioNumberOfParticipants:
|
|
77
|
+
- user-research-studios
|
|
78
|
+
physicalStudioNumberOfResearchers:
|
|
79
|
+
- user-research-studios
|
|
80
|
+
physicalStudioAvailability:
|
|
81
|
+
- user-research-studios
|
|
82
|
+
physicalStudioParkingAvailability:
|
|
83
|
+
- user-research-studios
|
|
84
|
+
physicalStudioPublicTransport:
|
|
85
|
+
- user-research-studios
|
|
86
|
+
physicalStudioPublicTransportInfo:
|
|
87
|
+
- user-research-studios
|
|
88
|
+
physicalStudioViewingArea:
|
|
89
|
+
- user-research-studios
|
|
90
|
+
physicalStudioWifi:
|
|
91
|
+
- user-research-studios
|
|
92
|
+
physicalStudioStreaming:
|
|
93
|
+
- user-research-studios
|
|
94
|
+
physicalStudioAnyCompatibilityConstraints:
|
|
95
|
+
- user-research-studios
|
|
96
|
+
physicalStudioViewOfScreen:
|
|
97
|
+
- user-research-studios
|
|
98
|
+
physicalStudioViewOfMobileDevice:
|
|
99
|
+
- user-research-studios
|
|
100
|
+
physicalStudioEyeTracking:
|
|
101
|
+
- user-research-studios
|
|
102
|
+
physicalStudioAnyOtherBiometrics:
|
|
103
|
+
- user-research-studios
|
|
104
|
+
physicalStudioSessionRecorded:
|
|
105
|
+
- user-research-studios
|
|
68
106
|
|
|
69
107
|
dependent_follow_up_followup:
|
|
70
108
|
otherTradeOrIndustryBodiesOther:
|
|
@@ -79,6 +117,14 @@ dependent_follow_up_followup:
|
|
|
79
117
|
- user-research-studios
|
|
80
118
|
virtualStudioOtherBiometrics:
|
|
81
119
|
- user-research-studios
|
|
120
|
+
physicalStudioParking:
|
|
121
|
+
- user-research-studios
|
|
122
|
+
physicalStudioStreamingPlatform:
|
|
123
|
+
- user-research-studios
|
|
124
|
+
physicalStudioCompatibilityConstraints:
|
|
125
|
+
- user-research-studios
|
|
126
|
+
physicalStudioOtherBiometrics:
|
|
127
|
+
- user-research-studios
|
|
82
128
|
|
|
83
129
|
validations:
|
|
84
130
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.1",
|
|
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"
|
package/requirements-dev.txt
CHANGED
|
@@ -115,7 +115,7 @@ govuk-country-register==0.5.0
|
|
|
115
115
|
# via
|
|
116
116
|
# -r requirements.txt
|
|
117
117
|
# ccs-digitalmarketplace-utils
|
|
118
|
-
hypothesis==6.115.
|
|
118
|
+
hypothesis==6.115.5
|
|
119
119
|
# via -r requirements-dev.in
|
|
120
120
|
idna==3.7
|
|
121
121
|
# via
|
|
@@ -249,7 +249,7 @@ urllib3==2.2.2
|
|
|
249
249
|
# botocore
|
|
250
250
|
# ccs-digitalmarketplace-utils
|
|
251
251
|
# requests
|
|
252
|
-
werkzeug==3.0.
|
|
252
|
+
werkzeug==3.0.6
|
|
253
253
|
# via
|
|
254
254
|
# -r requirements.txt
|
|
255
255
|
# ccs-digitalmarketplace-utils
|