ccs-digitalmarketplace-frameworks 3.5.0 → 3.7.0
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 +69 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +69 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +69 -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/multiqPhysicalStudioStreaming.yml +17 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioCompatibilityConstraints.yml +17 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioOtherBiometrics.yml +17 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioStreaming.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 +31 -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/virtualStudioAnyCompatibilityConstraints.yml +22 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioAnyOtherBiometrics.yml +28 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioAvailability.yml +28 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioCompatibilityConstraints.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioEyeTracking.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioNumberOfParticipants.yml +24 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioNumberOfResearchers.yml +24 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioOtherBiometrics.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioSessionRecorded.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioStreaming.yml +28 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioStreamingPlatform.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioTechnicalAssistance.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioViewOfMobileDevice.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioViewOfScreen.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatTypesOfUserResearchStudio.yml +72 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +72 -0
- package/package.json +1 -1
|
@@ -252,3 +252,72 @@
|
|
|
252
252
|
- virtualMinimumStudioTime
|
|
253
253
|
- virtualStudioBookingCost
|
|
254
254
|
- virtualMinimumLeadTime
|
|
255
|
+
|
|
256
|
+
- name: Virtual user research studio - Capacity
|
|
257
|
+
editable: False
|
|
258
|
+
questions:
|
|
259
|
+
- virtualStudioNumberOfParticipants
|
|
260
|
+
- virtualStudioNumberOfResearchers
|
|
261
|
+
|
|
262
|
+
- name: Virtual user research studio - Availability
|
|
263
|
+
editable: False
|
|
264
|
+
questions:
|
|
265
|
+
- virtualStudioAvailability
|
|
266
|
+
|
|
267
|
+
- name: Virtual user research studio - Technical assistance
|
|
268
|
+
editable: False
|
|
269
|
+
questions:
|
|
270
|
+
- virtualStudioTechnicalAssistance
|
|
271
|
+
|
|
272
|
+
- name: Virtual user research studio - Viewing
|
|
273
|
+
editable: False
|
|
274
|
+
questions:
|
|
275
|
+
- multiqVirtualStudioStreaming
|
|
276
|
+
- multiqVirtualStudioCompatibilityConstraints
|
|
277
|
+
- virtualStudioViewOfScreen
|
|
278
|
+
- virtualStudioViewOfMobileDevice
|
|
279
|
+
- virtualStudioEyeTracking
|
|
280
|
+
- multiqVirtualStudioOtherBiometrics
|
|
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
|
+
- physicalStudioParking
|
|
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
|
|
@@ -280,3 +280,72 @@
|
|
|
280
280
|
- virtualMinimumStudioTime
|
|
281
281
|
- virtualStudioBookingCost
|
|
282
282
|
- virtualMinimumLeadTime
|
|
283
|
+
|
|
284
|
+
- name: Virtual user research studio - Capacity
|
|
285
|
+
editable: True
|
|
286
|
+
questions:
|
|
287
|
+
- virtualStudioNumberOfParticipants
|
|
288
|
+
- virtualStudioNumberOfResearchers
|
|
289
|
+
|
|
290
|
+
- name: Virtual user research studio - Availability
|
|
291
|
+
editable: True
|
|
292
|
+
questions:
|
|
293
|
+
- virtualStudioAvailability
|
|
294
|
+
|
|
295
|
+
- name: Virtual user research studio - Technical assistance
|
|
296
|
+
editable: True
|
|
297
|
+
questions:
|
|
298
|
+
- virtualStudioTechnicalAssistance
|
|
299
|
+
|
|
300
|
+
- name: Virtual user research studio - Viewing
|
|
301
|
+
editable: True
|
|
302
|
+
questions:
|
|
303
|
+
- multiqVirtualStudioStreaming
|
|
304
|
+
- multiqVirtualStudioCompatibilityConstraints
|
|
305
|
+
- virtualStudioViewOfScreen
|
|
306
|
+
- virtualStudioViewOfMobileDevice
|
|
307
|
+
- virtualStudioEyeTracking
|
|
308
|
+
- multiqVirtualStudioOtherBiometrics
|
|
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
|
+
- physicalStudioParking
|
|
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
|
|
@@ -324,3 +324,72 @@
|
|
|
324
324
|
- virtualMinimumStudioTime
|
|
325
325
|
- virtualStudioBookingCost
|
|
326
326
|
- virtualMinimumLeadTime
|
|
327
|
+
|
|
328
|
+
- name: Virtual user research studio - Capacity
|
|
329
|
+
editable: True
|
|
330
|
+
questions:
|
|
331
|
+
- virtualStudioNumberOfParticipants
|
|
332
|
+
- virtualStudioNumberOfResearchers
|
|
333
|
+
|
|
334
|
+
- name: Virtual user research studio - Availability
|
|
335
|
+
editable: True
|
|
336
|
+
questions:
|
|
337
|
+
- virtualStudioAvailability
|
|
338
|
+
|
|
339
|
+
- name: Virtual user research studio - Technical assistance
|
|
340
|
+
editable: True
|
|
341
|
+
questions:
|
|
342
|
+
- virtualStudioTechnicalAssistance
|
|
343
|
+
|
|
344
|
+
- name: Virtual user research studio - Viewing
|
|
345
|
+
editable: True
|
|
346
|
+
questions:
|
|
347
|
+
- multiqVirtualStudioStreaming
|
|
348
|
+
- multiqVirtualStudioCompatibilityConstraints
|
|
349
|
+
- virtualStudioViewOfScreen
|
|
350
|
+
- virtualStudioViewOfMobileDevice
|
|
351
|
+
- virtualStudioEyeTracking
|
|
352
|
+
- multiqVirtualStudioOtherBiometrics
|
|
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
|
+
- physicalStudioParking
|
|
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: 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
|
|
@@ -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
|
+
- virtual-studio
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- virtualStudioAnyCompatibilityConstraints
|
|
17
|
+
- virtualStudioCompatibilityConstraints
|
|
@@ -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
|
+
- virtual-studio
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- virtualStudioAnyOtherBiometrics
|
|
17
|
+
- virtualStudioOtherBiometrics
|
|
@@ -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
|
+
- virtual-studio
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- virtualStudioStreaming
|
|
17
|
+
- virtualStudioStreamingPlatform
|
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,31 @@
|
|
|
1
|
+
name: Car parking availability
|
|
2
|
+
question: What car parking is available?
|
|
3
|
+
hint: Select all 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: "Free onsite at the studio"
|
|
14
|
+
value: free-onsite
|
|
15
|
+
- label: "Pay and display street parking outside the studio"
|
|
16
|
+
value: pay-onsite
|
|
17
|
+
- label: "Street parking within 5 mins walk from the studio"
|
|
18
|
+
value: free-offsite
|
|
19
|
+
- label: "Pay and display car parking within 5 mins walk from the studio"
|
|
20
|
+
value: pay-offsite
|
|
21
|
+
- label: "No parking available"
|
|
22
|
+
value: no-parking
|
|
23
|
+
|
|
24
|
+
depends_on_follow_up:
|
|
25
|
+
whatTypesOfUserResearchStudio:
|
|
26
|
+
- physical-location
|
|
27
|
+
|
|
28
|
+
validations:
|
|
29
|
+
-
|
|
30
|
+
name: answer_required
|
|
31
|
+
message: Select what 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
|