ccs-digitalmarketplace-frameworks 3.8.0 → 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.
@@ -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:
@@ -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:
@@ -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:
@@ -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
@@ -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
@@ -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
@@ -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: 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
@@ -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:
@@ -131,6 +143,8 @@ dependent_follow_up_followup:
131
143
  - user-research-participants
132
144
  icoRegistrationReference:
133
145
  - user-research-participants
146
+ incentivePaymentsOther:
147
+ - user-research-participants
134
148
  tradeOrIndustryBodiesOther:
135
149
  - user-research-studios
136
150
  virtualStudioStreamingPlatform:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.8.0",
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"