ccs-digitalmarketplace-frameworks 3.5.0 → 3.6.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.
Files changed (23) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service.yml +27 -0
  2. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +27 -0
  3. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +27 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioCompatibilityConstraints.yml +17 -0
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioOtherBiometrics.yml +17 -0
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioStreaming.yml +17 -0
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioAnyCompatibilityConstraints.yml +22 -0
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioAnyOtherBiometrics.yml +28 -0
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioAvailability.yml +27 -0
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioCompatibilityConstraints.yml +19 -0
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioEyeTracking.yml +23 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioNumberOfParticipants.yml +24 -0
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioNumberOfResearchers.yml +24 -0
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioOtherBiometrics.yml +19 -0
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioSessionRecorded.yml +23 -0
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioStreaming.yml +28 -0
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioStreamingPlatform.yml +19 -0
  18. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioTechnicalAssistance.yml +23 -0
  19. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioViewOfMobileDevice.yml +23 -0
  20. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioViewOfScreen.yml +23 -0
  21. package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatTypesOfUserResearchStudio.yml +28 -0
  22. package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +28 -0
  23. package/package.json +1 -1
@@ -252,3 +252,30 @@
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
@@ -280,3 +280,30 @@
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
@@ -324,3 +324,30 @@
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
@@ -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
@@ -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
+ virtualStudioCompatibilityConstraints:
13
+ - True
14
+
15
+ depends_on_follow_up:
16
+ whatTypesOfUserResearchStudio:
17
+ - virtual-studio
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
+ virtualStudioOtherBiometrics:
18
+ - Yes, included as standard
19
+ - Yes, for an additional cost
20
+
21
+ depends_on_follow_up:
22
+ whatTypesOfUserResearchStudio:
23
+ - virtual-studio
24
+
25
+ validations:
26
+ -
27
+ name: answer_required
28
+ message: Select if you provide other biometric technologies
@@ -0,0 +1,27 @@
1
+ name: Days a studio can be hired
2
+ question: What days can a studio be hired?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: checkboxes
10
+
11
+ options:
12
+ - label: "Monday"
13
+ - label: "Tuesday"
14
+ - label: "Wednesday"
15
+ - label: "Thursday"
16
+ - label: "Friday"
17
+ - label: "Saturday"
18
+ - label: "Sunday"
19
+
20
+ depends_on_follow_up:
21
+ whatTypesOfUserResearchStudio:
22
+ - virtual-studio
23
+
24
+ validations:
25
+ -
26
+ name: answer_required
27
+ message: Select the days a studio can be hired
@@ -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
+ - virtual-studio
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
+ - virtual-studio
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Enter the number of participants in a studio
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
+ - virtual-studio
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Enter the number of researchers in a studio
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"
@@ -0,0 +1,23 @@
1
+ name: Record user research session
2
+ question: Can the user research session be recorded?
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
+ - virtual-studio
19
+
20
+ validations:
21
+ -
22
+ name: answer_required
23
+ message: Select if you can record user research session
@@ -0,0 +1,28 @@
1
+ name: Provide remote streaming from the studio
2
+ question: Do you provide remote streaming from the studio?
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
+ virtualStudioStreamingPlatform:
18
+ - Yes, included as standard
19
+ - Yes, for an additional cost
20
+
21
+ depends_on_follow_up:
22
+ whatTypesOfUserResearchStudio:
23
+ - virtual-studio
24
+
25
+ validations:
26
+ -
27
+ name: answer_required
28
+ message: Select if you provide remote streaming from the studio
@@ -0,0 +1,19 @@
1
+ name: Streaming platform
2
+ question: What streaming platform do you use?
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 streaming platform you use
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 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
+ - virtual-studio
19
+
20
+ validations:
21
+ -
22
+ name: answer_required
23
+ message: Select if you provide technical support and assistance
@@ -0,0 +1,23 @@
1
+ name: Stream a view of a mobile or tablet device
2
+ question: Do you stream a view of a mobile or tablet device?
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
+ - virtual-studio
19
+
20
+ validations:
21
+ -
22
+ name: answer_required
23
+ message: Select if you stream a view of a mobile or tablet device
@@ -0,0 +1,23 @@
1
+ name: Stream a view of the screen
2
+ question: Do you stream a view of the desktop or laptop screen?
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
+ - virtual-studio
19
+
20
+ validations:
21
+ -
22
+ name: answer_required
23
+ message: Select if you stream a view of the screen
@@ -29,10 +29,38 @@ dependent_follow_up:
29
29
  - virtual-studio
30
30
  virtualMinimumLeadTime:
31
31
  - virtual-studio
32
+ virtualStudioNumberOfParticipants:
33
+ - virtual-studio
34
+ virtualStudioNumberOfResearchers:
35
+ - virtual-studio
36
+ virtualStudioAvailability:
37
+ - virtual-studio
38
+ virtualStudioTechnicalAssistance:
39
+ - virtual-studio
40
+ virtualStudioStreaming:
41
+ - virtual-studio
42
+ virtualStudioAnyCompatibilityConstraints:
43
+ - virtual-studio
44
+ virtualStudioViewOfScreen:
45
+ - virtual-studio
46
+ virtualStudioViewOfMobileDevice:
47
+ - virtual-studio
48
+ virtualStudioEyeTracking:
49
+ - virtual-studio
50
+ virtualStudioAnyOtherBiometrics:
51
+ - virtual-studio
52
+ virtualStudioSessionRecorded:
53
+ - virtual-studio
32
54
 
33
55
  dependent_follow_up_followup:
34
56
  tradeOrIndustryBodiesOther:
35
57
  - virtual-studio
58
+ virtualStudioStreamingPlatform:
59
+ - virtual-studio
60
+ virtualStudioCompatibilityConstraints:
61
+ - virtual-studio
62
+ virtualStudioOtherBiometrics:
63
+ - virtual-studio
36
64
 
37
65
  validations:
38
66
  -
@@ -43,6 +43,28 @@ dependent_follow_up:
43
43
  - user-research-studios
44
44
  virtualMinimumLeadTime:
45
45
  - user-research-studios
46
+ virtualStudioNumberOfParticipants:
47
+ - user-research-studios
48
+ virtualStudioNumberOfResearchers:
49
+ - user-research-studios
50
+ virtualStudioAvailability:
51
+ - user-research-studios
52
+ virtualStudioTechnicalAssistance:
53
+ - user-research-studios
54
+ virtualStudioStreaming:
55
+ - user-research-studios
56
+ virtualStudioAnyCompatibilityConstraints:
57
+ - user-research-studios
58
+ virtualStudioViewOfScreen:
59
+ - user-research-studios
60
+ virtualStudioViewOfMobileDevice:
61
+ - user-research-studios
62
+ virtualStudioEyeTracking:
63
+ - user-research-studios
64
+ virtualStudioAnyOtherBiometrics:
65
+ - user-research-studios
66
+ virtualStudioSessionRecorded:
67
+ - user-research-studios
46
68
 
47
69
  dependent_follow_up_followup:
48
70
  otherTradeOrIndustryBodiesOther:
@@ -51,6 +73,12 @@ dependent_follow_up_followup:
51
73
  - user-research-participants
52
74
  tradeOrIndustryBodiesOther:
53
75
  - user-research-studios
76
+ virtualStudioStreamingPlatform:
77
+ - user-research-studios
78
+ virtualStudioCompatibilityConstraints:
79
+ - user-research-studios
80
+ virtualStudioOtherBiometrics:
81
+ - user-research-studios
54
82
 
55
83
  validations:
56
84
  -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.5.0",
3
+ "version": "3.6.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"