ccs-digitalmarketplace-frameworks 3.7.2 → 3.9.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 +49 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +49 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +49 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/howQuickToMakeIncentivePayments.yml +28 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/howYouRecruitParticipants.yml +26 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/incentivePayments.yml +31 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/incentivePaymentsOther.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/minimumLeadTime.yml +26 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqIncentivePayments.yml +17 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/participantRecruitmentLocations.yml +34 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioAccessibleToilets.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioAssistiveTools.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBabyChanging.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioGreetAndHostingServices.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioHearingLoops.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioMeetVisitors.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioRefreshments.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioTechnicalAssistance.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioToilet.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioWaitingArea.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioWheelchairAccess.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/recruitParticipantsBasedOnList.yml +18 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatTypesOfUserResearchStudio.yml +22 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +36 -0
- package/package.json +1 -1
|
@@ -236,6 +236,28 @@
|
|
|
236
236
|
- complyWithMrsCodeOfConduct
|
|
237
237
|
- multiqIcoRegistered
|
|
238
238
|
|
|
239
|
+
- name: Recruitment approach
|
|
240
|
+
editable: False
|
|
241
|
+
questions:
|
|
242
|
+
- howYouRecruitParticipants
|
|
243
|
+
- recruitParticipantsBasedOnList
|
|
244
|
+
|
|
245
|
+
- name: Booking
|
|
246
|
+
editable: False
|
|
247
|
+
questions:
|
|
248
|
+
- minimumLeadTime
|
|
249
|
+
|
|
250
|
+
- name: Incentives
|
|
251
|
+
editable: False
|
|
252
|
+
questions:
|
|
253
|
+
- multiqIncentivePayments
|
|
254
|
+
- howQuickToMakeIncentivePayments
|
|
255
|
+
|
|
256
|
+
- name: Location
|
|
257
|
+
editable: False
|
|
258
|
+
questions:
|
|
259
|
+
- participantRecruitmentLocations
|
|
260
|
+
|
|
239
261
|
- name: Types of user research studios
|
|
240
262
|
editable: False
|
|
241
263
|
questions:
|
|
@@ -309,6 +331,18 @@
|
|
|
309
331
|
- physicalStudioPublicTransport
|
|
310
332
|
- physicalStudioPublicTransportInfo
|
|
311
333
|
|
|
334
|
+
- name: Physical user research studio - Hospitality
|
|
335
|
+
editable: False
|
|
336
|
+
questions:
|
|
337
|
+
- physicalStudioWaitingArea
|
|
338
|
+
- physicalStudioRefreshments
|
|
339
|
+
- physicalStudioGreetAndHostingServices
|
|
340
|
+
|
|
341
|
+
- name: Physical user research studio - Technical assistance
|
|
342
|
+
editable: False
|
|
343
|
+
questions:
|
|
344
|
+
- physicalStudioTechnicalAssistance
|
|
345
|
+
|
|
312
346
|
- name: Physical user research studio - Viewing
|
|
313
347
|
editable: False
|
|
314
348
|
questions:
|
|
@@ -321,3 +355,18 @@
|
|
|
321
355
|
- physicalStudioEyeTracking
|
|
322
356
|
- multiqPhysicalStudioOtherBiometrics
|
|
323
357
|
- physicalStudioSessionRecorded
|
|
358
|
+
|
|
359
|
+
- name: Physical user research studio - Facilities
|
|
360
|
+
editable: False
|
|
361
|
+
questions:
|
|
362
|
+
- physicalStudioToilet
|
|
363
|
+
- physicalStudioBabyChanging
|
|
364
|
+
|
|
365
|
+
- name: Physical user research studio - Accessibility
|
|
366
|
+
editable: False
|
|
367
|
+
questions:
|
|
368
|
+
- physicalStudioWheelchairAccess
|
|
369
|
+
- physicalStudioAccessibleToilets
|
|
370
|
+
- physicalStudioHearingLoops
|
|
371
|
+
- physicalStudioAssistiveTools
|
|
372
|
+
- physicalStudioMeetVisitors
|
|
@@ -264,6 +264,28 @@
|
|
|
264
264
|
- complyWithMrsCodeOfConduct
|
|
265
265
|
- multiqIcoRegistered
|
|
266
266
|
|
|
267
|
+
- name: Recruitment approach
|
|
268
|
+
editable: True
|
|
269
|
+
questions:
|
|
270
|
+
- howYouRecruitParticipants
|
|
271
|
+
- recruitParticipantsBasedOnList
|
|
272
|
+
|
|
273
|
+
- name: Booking
|
|
274
|
+
editable: True
|
|
275
|
+
questions:
|
|
276
|
+
- minimumLeadTime
|
|
277
|
+
|
|
278
|
+
- name: Incentives
|
|
279
|
+
editable: True
|
|
280
|
+
questions:
|
|
281
|
+
- multiqIncentivePayments
|
|
282
|
+
- howQuickToMakeIncentivePayments
|
|
283
|
+
|
|
284
|
+
- name: Location
|
|
285
|
+
editable: True
|
|
286
|
+
questions:
|
|
287
|
+
- participantRecruitmentLocations
|
|
288
|
+
|
|
267
289
|
- name: Types of user research studios
|
|
268
290
|
editable: True
|
|
269
291
|
questions:
|
|
@@ -337,6 +359,18 @@
|
|
|
337
359
|
- physicalStudioPublicTransport
|
|
338
360
|
- physicalStudioPublicTransportInfo
|
|
339
361
|
|
|
362
|
+
- name: Physical user research studio - Hospitality
|
|
363
|
+
editable: True
|
|
364
|
+
questions:
|
|
365
|
+
- physicalStudioWaitingArea
|
|
366
|
+
- physicalStudioRefreshments
|
|
367
|
+
- physicalStudioGreetAndHostingServices
|
|
368
|
+
|
|
369
|
+
- name: Physical user research studio - Technical assistance
|
|
370
|
+
editable: True
|
|
371
|
+
questions:
|
|
372
|
+
- physicalStudioTechnicalAssistance
|
|
373
|
+
|
|
340
374
|
- name: Physical user research studio - Viewing
|
|
341
375
|
editable: True
|
|
342
376
|
questions:
|
|
@@ -349,3 +383,18 @@
|
|
|
349
383
|
- physicalStudioEyeTracking
|
|
350
384
|
- multiqPhysicalStudioOtherBiometrics
|
|
351
385
|
- physicalStudioSessionRecorded
|
|
386
|
+
|
|
387
|
+
- name: Physical user research studio - Facilities
|
|
388
|
+
editable: True
|
|
389
|
+
questions:
|
|
390
|
+
- physicalStudioToilet
|
|
391
|
+
- physicalStudioBabyChanging
|
|
392
|
+
|
|
393
|
+
- name: Physical user research studio - Accessibility
|
|
394
|
+
editable: True
|
|
395
|
+
questions:
|
|
396
|
+
- physicalStudioWheelchairAccess
|
|
397
|
+
- physicalStudioAccessibleToilets
|
|
398
|
+
- physicalStudioHearingLoops
|
|
399
|
+
- physicalStudioAssistiveTools
|
|
400
|
+
- physicalStudioMeetVisitors
|
|
@@ -308,6 +308,28 @@
|
|
|
308
308
|
- complyWithMrsCodeOfConduct
|
|
309
309
|
- multiqIcoRegistered
|
|
310
310
|
|
|
311
|
+
- name: Recruitment approach
|
|
312
|
+
editable: True
|
|
313
|
+
questions:
|
|
314
|
+
- howYouRecruitParticipants
|
|
315
|
+
- recruitParticipantsBasedOnList
|
|
316
|
+
|
|
317
|
+
- name: Booking
|
|
318
|
+
editable: True
|
|
319
|
+
questions:
|
|
320
|
+
- minimumLeadTime
|
|
321
|
+
|
|
322
|
+
- name: Incentives
|
|
323
|
+
editable: True
|
|
324
|
+
questions:
|
|
325
|
+
- multiqIncentivePayments
|
|
326
|
+
- howQuickToMakeIncentivePayments
|
|
327
|
+
|
|
328
|
+
- name: Location
|
|
329
|
+
editable: True
|
|
330
|
+
questions:
|
|
331
|
+
- participantRecruitmentLocations
|
|
332
|
+
|
|
311
333
|
- name: Types of user research studios
|
|
312
334
|
editable: True
|
|
313
335
|
questions:
|
|
@@ -381,6 +403,18 @@
|
|
|
381
403
|
- physicalStudioPublicTransport
|
|
382
404
|
- physicalStudioPublicTransportInfo
|
|
383
405
|
|
|
406
|
+
- name: Physical user research studio - Hospitality
|
|
407
|
+
editable: True
|
|
408
|
+
questions:
|
|
409
|
+
- physicalStudioWaitingArea
|
|
410
|
+
- physicalStudioRefreshments
|
|
411
|
+
- physicalStudioGreetAndHostingServices
|
|
412
|
+
|
|
413
|
+
- name: Physical user research studio - Technical assistance
|
|
414
|
+
editable: True
|
|
415
|
+
questions:
|
|
416
|
+
- physicalStudioTechnicalAssistance
|
|
417
|
+
|
|
384
418
|
- name: Physical user research studio - Viewing
|
|
385
419
|
editable: True
|
|
386
420
|
questions:
|
|
@@ -393,3 +427,18 @@
|
|
|
393
427
|
- physicalStudioEyeTracking
|
|
394
428
|
- multiqPhysicalStudioOtherBiometrics
|
|
395
429
|
- physicalStudioSessionRecorded
|
|
430
|
+
|
|
431
|
+
- name: Physical user research studio - Facilities
|
|
432
|
+
editable: True
|
|
433
|
+
questions:
|
|
434
|
+
- physicalStudioToilet
|
|
435
|
+
- physicalStudioBabyChanging
|
|
436
|
+
|
|
437
|
+
- name: Physical user research studio - Accessibility
|
|
438
|
+
editable: True
|
|
439
|
+
questions:
|
|
440
|
+
- physicalStudioWheelchairAccess
|
|
441
|
+
- physicalStudioAccessibleToilets
|
|
442
|
+
- physicalStudioHearingLoops
|
|
443
|
+
- physicalStudioAssistiveTools
|
|
444
|
+
- physicalStudioMeetVisitors
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
name: How quick to make incentive payments
|
|
2
|
+
question: How quickly do you guarantee to make incentive payments to participants?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatUserResearchServices:
|
|
11
|
+
- user-research-participants
|
|
12
|
+
|
|
13
|
+
type: radios
|
|
14
|
+
|
|
15
|
+
options:
|
|
16
|
+
- label: Within 2 working days
|
|
17
|
+
value: 2-working-days
|
|
18
|
+
- label: Within 5 working days
|
|
19
|
+
value: 5-working-days
|
|
20
|
+
- label: Within 10 working days
|
|
21
|
+
value: 10-working-days
|
|
22
|
+
- label: Over 10 working days
|
|
23
|
+
value: over-10-working-days
|
|
24
|
+
|
|
25
|
+
validations:
|
|
26
|
+
-
|
|
27
|
+
name: answer_required
|
|
28
|
+
message: Select how quickly you guarantee to make incentive payments to participants
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name: How you recruit participants
|
|
2
|
+
question: How do you recruit participants?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatUserResearchServices:
|
|
11
|
+
- user-research-participants
|
|
12
|
+
|
|
13
|
+
type: radios
|
|
14
|
+
|
|
15
|
+
options:
|
|
16
|
+
- label: Entirely offline
|
|
17
|
+
value: offline
|
|
18
|
+
- label: Initial recruitment offline, but then contact them online
|
|
19
|
+
value: offline-and-online
|
|
20
|
+
- label: Entirely online
|
|
21
|
+
value: online
|
|
22
|
+
|
|
23
|
+
validations:
|
|
24
|
+
-
|
|
25
|
+
name: answer_required
|
|
26
|
+
message: Select how you recruit participants
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/incentivePayments.yml
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
name: Incentive payments
|
|
2
|
+
question: How do you make incentive payments to participants?
|
|
3
|
+
hint: Select all that apply
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- user-research-studios-and-participants
|
|
9
|
+
|
|
10
|
+
depends_on_follow_up:
|
|
11
|
+
whatUserResearchServices:
|
|
12
|
+
- user-research-participants
|
|
13
|
+
|
|
14
|
+
type: checkboxes
|
|
15
|
+
|
|
16
|
+
options:
|
|
17
|
+
- label: BACS
|
|
18
|
+
- label: PayPal
|
|
19
|
+
- label: Digital vouchers
|
|
20
|
+
- label: Physical vouchers
|
|
21
|
+
- label: Charity donations
|
|
22
|
+
- label: Other
|
|
23
|
+
|
|
24
|
+
followup:
|
|
25
|
+
incentivePaymentsOther:
|
|
26
|
+
- Other
|
|
27
|
+
|
|
28
|
+
validations:
|
|
29
|
+
-
|
|
30
|
+
name: answer_required
|
|
31
|
+
message: Select how you make incentive payments to participants
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/incentivePaymentsOther.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Other ways you make incentive payments
|
|
2
|
+
question: Specify the other ways you make incentive payments to participants
|
|
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 ways you make incentive payments to participants
|
|
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,26 @@
|
|
|
1
|
+
name: Minimum lead time you need for participant recruitment
|
|
2
|
+
question: What is the minimum lead time you need for participant recruitment?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
type: radios
|
|
10
|
+
|
|
11
|
+
options:
|
|
12
|
+
- label: "1 week"
|
|
13
|
+
- label: "2 weeks"
|
|
14
|
+
- label: "3 weeks"
|
|
15
|
+
- label: "1 month"
|
|
16
|
+
- label: "6 weeks"
|
|
17
|
+
- label: "More than 6 weeks"
|
|
18
|
+
|
|
19
|
+
depends_on_follow_up:
|
|
20
|
+
whatUserResearchServices:
|
|
21
|
+
- user-research-participants
|
|
22
|
+
|
|
23
|
+
validations:
|
|
24
|
+
-
|
|
25
|
+
name: answer_required
|
|
26
|
+
message: Select the minimum lead time you need for participant recruitment
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqIncentivePayments.yml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Incentive payments
|
|
2
|
+
question: ""
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatUserResearchServices:
|
|
11
|
+
- user-research-participants
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- incentivePayments
|
|
17
|
+
- incentivePaymentsOther
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
name: Participant requirement locations
|
|
2
|
+
question: Where can you recruit participants from?
|
|
3
|
+
hint: Select all that apply
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- user-research-studios-and-participants
|
|
9
|
+
|
|
10
|
+
depends_on_follow_up:
|
|
11
|
+
whatUserResearchServices:
|
|
12
|
+
- user-research-participants
|
|
13
|
+
|
|
14
|
+
type: checkboxes
|
|
15
|
+
|
|
16
|
+
options:
|
|
17
|
+
- label: North East England
|
|
18
|
+
- label: North West England
|
|
19
|
+
- label: Yorkshire and the Humber
|
|
20
|
+
- label: East Midlands
|
|
21
|
+
- label: West Midlands
|
|
22
|
+
- label: East of England
|
|
23
|
+
- label: London
|
|
24
|
+
- label: South East England
|
|
25
|
+
- label: South West England
|
|
26
|
+
- label: Scotland
|
|
27
|
+
- label: Wales
|
|
28
|
+
- label: Northern Ireland
|
|
29
|
+
- label: International (outside the UK)
|
|
30
|
+
|
|
31
|
+
validations:
|
|
32
|
+
-
|
|
33
|
+
name: answer_required
|
|
34
|
+
message: Select the locations where you can recruit participants from
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Accessible toilets
|
|
2
|
+
question: Do you have accessible toilets?
|
|
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 have accessible toilets
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Provide assistive reading tools and screen readers
|
|
2
|
+
question: Do you provide assistive reading tools and screen readers?
|
|
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 assistive reading tools and screen readers
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Provide baby-changing facilities
|
|
2
|
+
question: Do you provide baby-changing facilities?
|
|
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 baby-changing facilities
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Provide a greet and hosting service
|
|
2
|
+
question: Do you provide a greet and hosting service?
|
|
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 a greet and hosting service
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Provide hearing loops
|
|
2
|
+
question: Do you provide hearing loops?
|
|
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 hearing loops
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Provide support to meet visitors with access needs
|
|
2
|
+
question: Do you provide support to meet visitors with access needs at nearest bus stop, tube or train station?
|
|
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 support to meet visitors with access needs
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Provide refreshments
|
|
2
|
+
question: Do you provide refreshments?
|
|
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 refreshments
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Provide technical support and assistance
|
|
2
|
+
question: Do you provide technical support and assistance?
|
|
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 technical support and assistance
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioToilet.yml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Provide toilets
|
|
2
|
+
question: Do you provide toilets?
|
|
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 toilets
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Provide a waiting area
|
|
2
|
+
question: Do you provide a waiting 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 provide a waiting area
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Studios wheelchair accessible
|
|
2
|
+
question: Are your studios wheelchair accessible?
|
|
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 your studios wheelchair accessible
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Recruit participants based on a list
|
|
2
|
+
question: Are you willing to recruit participants based on a list provided to you by the buyer?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatUserResearchServices:
|
|
11
|
+
- user-research-participants
|
|
12
|
+
|
|
13
|
+
type: boolean
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
-
|
|
17
|
+
name: answer_required
|
|
18
|
+
message: Select if you are willing to recruit participants based on a list
|
|
@@ -71,6 +71,14 @@ dependent_follow_up:
|
|
|
71
71
|
- physical-location
|
|
72
72
|
physicalStudioPublicTransportInfo:
|
|
73
73
|
- physical-location
|
|
74
|
+
physicalStudioWaitingArea:
|
|
75
|
+
- physical-location
|
|
76
|
+
physicalStudioRefreshments:
|
|
77
|
+
- physical-location
|
|
78
|
+
physicalStudioGreetAndHostingServices:
|
|
79
|
+
- physical-location
|
|
80
|
+
physicalStudioTechnicalAssistance:
|
|
81
|
+
- physical-location
|
|
74
82
|
physicalStudioViewingArea:
|
|
75
83
|
- physical-location
|
|
76
84
|
physicalStudioWifi:
|
|
@@ -89,6 +97,20 @@ dependent_follow_up:
|
|
|
89
97
|
- physical-location
|
|
90
98
|
physicalStudioSessionRecorded:
|
|
91
99
|
- physical-location
|
|
100
|
+
physicalStudioToilet:
|
|
101
|
+
- physical-location
|
|
102
|
+
physicalStudioBabyChanging:
|
|
103
|
+
- physical-location
|
|
104
|
+
physicalStudioWheelchairAccess:
|
|
105
|
+
- physical-location
|
|
106
|
+
physicalStudioAccessibleToilets:
|
|
107
|
+
- physical-location
|
|
108
|
+
physicalStudioHearingLoops:
|
|
109
|
+
- physical-location
|
|
110
|
+
physicalStudioAssistiveTools:
|
|
111
|
+
- physical-location
|
|
112
|
+
physicalStudioMeetVisitors:
|
|
113
|
+
- physical-location
|
|
92
114
|
|
|
93
115
|
dependent_follow_up_followup:
|
|
94
116
|
tradeOrIndustryBodiesOther:
|
|
@@ -31,6 +31,18 @@ dependent_follow_up:
|
|
|
31
31
|
- user-research-participants
|
|
32
32
|
icoRegistered:
|
|
33
33
|
- user-research-participants
|
|
34
|
+
howYouRecruitParticipants:
|
|
35
|
+
- user-research-participants
|
|
36
|
+
recruitParticipantsBasedOnList:
|
|
37
|
+
- user-research-participants
|
|
38
|
+
minimumLeadTime:
|
|
39
|
+
- user-research-participants
|
|
40
|
+
incentivePayments:
|
|
41
|
+
- user-research-participants
|
|
42
|
+
howQuickToMakeIncentivePayments:
|
|
43
|
+
- user-research-participants
|
|
44
|
+
participantRecruitmentLocations:
|
|
45
|
+
- user-research-participants
|
|
34
46
|
whatTypesOfUserResearchStudio:
|
|
35
47
|
- user-research-studios
|
|
36
48
|
tradeOrIndustryBodies:
|
|
@@ -85,6 +97,14 @@ dependent_follow_up:
|
|
|
85
97
|
- user-research-studios
|
|
86
98
|
physicalStudioPublicTransportInfo:
|
|
87
99
|
- user-research-studios
|
|
100
|
+
physicalStudioWaitingArea:
|
|
101
|
+
- user-research-studios
|
|
102
|
+
physicalStudioRefreshments:
|
|
103
|
+
- user-research-studios
|
|
104
|
+
physicalStudioGreetAndHostingServices:
|
|
105
|
+
- user-research-studios
|
|
106
|
+
physicalStudioTechnicalAssistance:
|
|
107
|
+
- user-research-studios
|
|
88
108
|
physicalStudioViewingArea:
|
|
89
109
|
- user-research-studios
|
|
90
110
|
physicalStudioWifi:
|
|
@@ -103,12 +123,28 @@ dependent_follow_up:
|
|
|
103
123
|
- user-research-studios
|
|
104
124
|
physicalStudioSessionRecorded:
|
|
105
125
|
- user-research-studios
|
|
126
|
+
physicalStudioToilet:
|
|
127
|
+
- user-research-studios
|
|
128
|
+
physicalStudioBabyChanging:
|
|
129
|
+
- user-research-studios
|
|
130
|
+
physicalStudioWheelchairAccess:
|
|
131
|
+
- user-research-studios
|
|
132
|
+
physicalStudioAccessibleToilets:
|
|
133
|
+
- user-research-studios
|
|
134
|
+
physicalStudioHearingLoops:
|
|
135
|
+
- user-research-studios
|
|
136
|
+
physicalStudioAssistiveTools:
|
|
137
|
+
- user-research-studios
|
|
138
|
+
physicalStudioMeetVisitors:
|
|
139
|
+
- user-research-studios
|
|
106
140
|
|
|
107
141
|
dependent_follow_up_followup:
|
|
108
142
|
otherTradeOrIndustryBodiesOther:
|
|
109
143
|
- user-research-participants
|
|
110
144
|
icoRegistrationReference:
|
|
111
145
|
- user-research-participants
|
|
146
|
+
incentivePaymentsOther:
|
|
147
|
+
- user-research-participants
|
|
112
148
|
tradeOrIndustryBodiesOther:
|
|
113
149
|
- user-research-studios
|
|
114
150
|
virtualStudioStreamingPlatform:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
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"
|