ccs-digitalmarketplace-frameworks 3.13.7 → 3.13.9

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.
@@ -308,12 +308,14 @@
308
308
  editable: False
309
309
  questions:
310
310
  - howYouRecruitParticipants
311
+ - outsourceOrInHouse
311
312
  - recruitParticipantsBasedOnList
312
313
 
313
314
  - name: Booking
314
315
  editable: False
315
316
  questions:
316
317
  - minimumLeadTime
318
+ - maximumNumberOfParticipants
317
319
 
318
320
  - name: Incentives
319
321
  editable: False
@@ -336,12 +336,14 @@
336
336
  editable: True
337
337
  questions:
338
338
  - howYouRecruitParticipants
339
+ - outsourceOrInHouse
339
340
  - recruitParticipantsBasedOnList
340
341
 
341
342
  - name: Booking
342
343
  editable: True
343
344
  questions:
344
345
  - minimumLeadTime
346
+ - maximumNumberOfParticipants
345
347
 
346
348
  - name: Incentives
347
349
  editable: True
@@ -344,12 +344,14 @@
344
344
  editable: True
345
345
  questions:
346
346
  - howYouRecruitParticipants
347
+ - outsourceOrInHouse
347
348
  - recruitParticipantsBasedOnList
348
349
 
349
350
  - name: Booking
350
351
  editable: True
351
352
  questions:
352
353
  - minimumLeadTime
354
+ - maximumNumberOfParticipants
353
355
 
354
356
  - name: Incentives
355
357
  editable: True
@@ -19,7 +19,7 @@ validations:
19
19
  message: You must add the details for each associated person
20
20
  -
21
21
  name: not_unique
22
- message: Each associated person be unique and have a unique public procurement organisation number (PPON)
22
+ message: Each associated person must be unique and have a unique public procurement organisation number (PPON)
23
23
  -
24
24
  name: max_items_limit
25
25
  message: You can only add details for up to 100 associated persons
@@ -21,7 +21,7 @@ validations:
21
21
  message: You must add the details for each consortium member
22
22
  -
23
23
  name: not_unique
24
- message: Each consortium member be unique and have a unique public procurement organisation number (PPON) and DUNS number
24
+ message: Each consortium member must be unique and have a unique public procurement organisation number (PPON) and DUNS number
25
25
  -
26
26
  name: max_items_limit
27
27
  message: You can only add details for up to 25 consortium members
@@ -0,0 +1,25 @@
1
+ name: Maximum number of participants
2
+ question: What is the maximum number of participants you can recruit?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+
10
+ type: number
11
+
12
+ limits:
13
+ min_value: 1
14
+ max_value: 1000
15
+ integer_only: true
16
+
17
+ depends_on_follow_up:
18
+ whatUserResearchServices:
19
+ - user-research-participants
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: You must enter maximum number of participants, from 1 to 1000
24
+ - name: not_a_number
25
+ message: You must enter maximum number of participants, from 1 to 1000
@@ -0,0 +1,26 @@
1
+ name: Outsource or in house
2
+ question: Do you outsource your participant recruitment or do it in house?
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: Outsource all participant recruitment
17
+ value: outsource-all
18
+ - label: Outsource some participant recruitment, do some in house
19
+ value: outsource-some
20
+ - label: Do all participant recruitment in house
21
+ value: do-not-outsource
22
+
23
+ validations:
24
+ -
25
+ name: answer_required
26
+ message: Select how you source your recruitment
@@ -33,10 +33,14 @@ dependent_follow_up:
33
33
  - user-research-participants
34
34
  howYouRecruitParticipants:
35
35
  - user-research-participants
36
+ outsourceOrInHouse:
37
+ - user-research-participants
36
38
  recruitParticipantsBasedOnList:
37
39
  - user-research-participants
38
40
  minimumLeadTime:
39
41
  - user-research-participants
42
+ maximumNumberOfParticipants:
43
+ - user-research-participants
40
44
  incentivePayments:
41
45
  - user-research-participants
42
46
  howQuickToMakeIncentivePayments:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.7",
3
+ "version": "3.13.9",
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"