ccs-digitalmarketplace-frameworks 3.13.7 → 3.13.8

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,6 +308,7 @@
308
308
  editable: False
309
309
  questions:
310
310
  - howYouRecruitParticipants
311
+ - outsourceOrInHouse
311
312
  - recruitParticipantsBasedOnList
312
313
 
313
314
  - name: Booking
@@ -336,6 +336,7 @@
336
336
  editable: True
337
337
  questions:
338
338
  - howYouRecruitParticipants
339
+ - outsourceOrInHouse
339
340
  - recruitParticipantsBasedOnList
340
341
 
341
342
  - name: Booking
@@ -344,6 +344,7 @@
344
344
  editable: True
345
345
  questions:
346
346
  - howYouRecruitParticipants
347
+ - outsourceOrInHouse
347
348
  - recruitParticipantsBasedOnList
348
349
 
349
350
  - name: Booking
@@ -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,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,6 +33,8 @@ 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:
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.8",
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"