ccs-digitalmarketplace-frameworks 5.2.8 → 5.2.10

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.
@@ -0,0 +1,17 @@
1
+ -
2
+ name: Award question - Capability and capacity
3
+ slug: capability-capacity
4
+ questions:
5
+ - multiqDemonstrateCapabilityAndCapacity
6
+
7
+ -
8
+ name: Award question - Quality and innovation
9
+ slug: quality-innovation
10
+ questions:
11
+ - multiqDemonstrateQualityAndInnovation
12
+
13
+ -
14
+ name: Award question - Collaboration and knowledge transfer
15
+ slug: continuous-improvement-and-knowledge-transfer
16
+ questions:
17
+ - multiqContinuousImprovementAndKnowledgeTransfer
@@ -0,0 +1,15 @@
1
+ -
2
+ name: Quality Cloud Services
3
+ slug: evaluation-questions-quality-cloud-services
4
+ editable: True
5
+ questions:
6
+ - qualityCloudServicesScore
7
+ - qualityCloudServicesComment
8
+
9
+ -
10
+ name: Maximising Buyer Value
11
+ slug: evaluation-questions-maximising-buyer-value
12
+ editable: True
13
+ questions:
14
+ - maximisingBuyerValueScore
15
+ - maximisingBuyerValueComment
@@ -0,0 +1,10 @@
1
+ -
2
+ name: Evaluation questions - Quality Cloud Services
3
+ slug: evaluation-questions-quality-cloud-services
4
+ questions:
5
+ - multiqQualityCloudServices
6
+ -
7
+ name: Evaluation questions - Maximising Buyer Value
8
+ slug: evaluation-questions-maximising-buyer-value
9
+ questions:
10
+ - multiqMaximisingBuyerValue
@@ -0,0 +1,19 @@
1
+ name: Comments for "Maximising Buyer Value"
2
+ question: Comments for "Maximising Buyer Value"
3
+ type: textbox_large
4
+ max_length_in_words: 500
5
+ depends:
6
+ - "on": "route"
7
+ being:
8
+ - cloud-hosting
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.
@@ -0,0 +1,21 @@
1
+ name: Score for "Maximising Buyer Value"
2
+ question: Score for "Maximising Buyer Value"
3
+ depends:
4
+ - "on": "route"
5
+ being:
6
+ - cloud-hosting
7
+
8
+ type: radios
9
+ options:
10
+ - label: "0"
11
+ value: "0"
12
+ - label: "33"
13
+ value: "33"
14
+ - label: "66"
15
+ value: "66"
16
+ - label: "100"
17
+ value: "100"
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: You must select an option
@@ -0,0 +1,19 @@
1
+ name: Comments for "Quality Cloud Services"
2
+ question: Comments for "Quality Cloud Services"
3
+ type: textbox_large
4
+ max_length_in_words: 500
5
+ depends:
6
+ - "on": "route"
7
+ being:
8
+ - cloud-hosting
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.
@@ -0,0 +1,19 @@
1
+ name: Score for "Quality Cloud Services"
2
+ question: Score for "Quality Cloud Services"
3
+ depends:
4
+ - "on": "route"
5
+ being:
6
+ - cloud-hosting
7
+
8
+ type: radios
9
+ options:
10
+ - label: "0"
11
+ value: "0"
12
+ - label: "50"
13
+ value: "50"
14
+ - label: "100"
15
+ value: "100"
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: You must select an option
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.2.8",
3
+ "version": "5.2.10",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",