ccs-digitalmarketplace-frameworks 3.14.21 → 3.14.22
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_additional_lot_questions.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/demonstrateContinuousImprovement.yml +12 -5
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/multiqContinuousImprovementAndKnowledgeTransfer.yml +1 -2
- package/package.json +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/demonstrateKnowledgeTransfer.yml +0 -19
package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_additional_lot_questions.yml
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
- multiqDemonstrateQualityAndInnovation
|
|
12
12
|
|
|
13
13
|
-
|
|
14
|
-
name: Continuous
|
|
14
|
+
name: Award question - Continuous improvement and knowledge transfer
|
|
15
15
|
editable: True
|
|
16
16
|
questions:
|
|
17
17
|
- multiqContinuousImprovementAndKnowledgeTransfer
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
name: Demonstrate continuous improvement
|
|
2
|
-
question:
|
|
2
|
+
question: >
|
|
3
|
+
<p>In order to satisfy the award criteria, you must fully address each of the sub-criteria (a) and (b) in your response:</p>
|
|
4
|
+
|
|
5
|
+
<P>(a) Demonstrate how you will identify and implement opportunities for better ways of working throughout a call-off contract term, describing tools and techniques used to communicate with the buyer and other suppliers, and ensure development and delivery of continuous improvement and innovation (in accordance with the requirements set out under part 5.4 of the Specification).</p>
|
|
6
|
+
|
|
7
|
+
<p>(b) Demonstrate how your organisation, listing all tools and techniques that will be used, will effectively transfer knowledge attained through a contract's lifecycle to all required stakeholders within a buyer's organisation (in accordance with the requirements set out under part 5.5 of the Specification).</p>
|
|
8
|
+
|
|
9
|
+
hint: You must read Attachment 2d Quality Questionnaire for the details of this question's requirement, assessment methodology, response guidance and marking scheme.
|
|
3
10
|
type: textbox_large
|
|
4
|
-
max_length_in_words:
|
|
11
|
+
max_length_in_words: 700
|
|
5
12
|
depends:
|
|
6
13
|
- "on": "lot"
|
|
7
14
|
being:
|
|
@@ -10,10 +17,10 @@ depends:
|
|
|
10
17
|
validations:
|
|
11
18
|
-
|
|
12
19
|
name: answer_required
|
|
13
|
-
message: 'You
|
|
20
|
+
message: 'You must detail how your organisation will collaborate through the contract lifecycle'
|
|
14
21
|
-
|
|
15
22
|
name: under_500_words
|
|
16
|
-
message:
|
|
23
|
+
message: How your organisation will collaborate through the contract lifecycle, must be less than 700 words
|
|
17
24
|
-
|
|
18
25
|
name: under_character_limit
|
|
19
|
-
message: Your answer must be no longer than
|
|
26
|
+
message: Your answer must be no longer than 7000 characters.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Demonstrate continuous improvement and knowledge transfer
|
|
2
|
-
question:
|
|
2
|
+
question: CCS requires you to demonstrate how your organisation will collaborate through the contract lifecycle.
|
|
3
3
|
depends:
|
|
4
4
|
- "on": "lot"
|
|
5
5
|
being:
|
|
@@ -8,4 +8,3 @@ depends:
|
|
|
8
8
|
type: multiquestion
|
|
9
9
|
questions:
|
|
10
10
|
- demonstrateContinuousImprovement
|
|
11
|
-
- demonstrateKnowledgeTransfer
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.22",
|
|
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"
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
name: Demonstrate knowledge transfer
|
|
2
|
-
question: Demonstrate how your organisation, listing all tools and techniques that will be used, will effectively transfer knowledge attained through a contracts lifecycle to all required stakeholders within a buyers organisation
|
|
3
|
-
type: textbox_large
|
|
4
|
-
max_length_in_words: 500
|
|
5
|
-
depends:
|
|
6
|
-
- "on": "lot"
|
|
7
|
-
being:
|
|
8
|
-
- digital-capability-and-delivery-partner
|
|
9
|
-
|
|
10
|
-
validations:
|
|
11
|
-
-
|
|
12
|
-
name: answer_required
|
|
13
|
-
message: 'You need to answer this question'
|
|
14
|
-
-
|
|
15
|
-
name: under_500_words
|
|
16
|
-
message: Your answer must be no more than 500 words
|
|
17
|
-
-
|
|
18
|
-
name: under_character_limit
|
|
19
|
-
message: Your answer must be no longer than 5000 characters.
|