ccs-digitalmarketplace-frameworks 1.2.18 → 1.2.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-6/questions/declaration/readUnderstoodGuidance.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/declaration/youHaveWebAddress.yml +9 -2
- package/frameworks/g-cloud-13/questions/declaration/understandHowToAskQuestions.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/energyEfficientDatacentres.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/governmentSecurityClearances.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/webChatSupportAccessibilityDescription.yml +2 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ question: |
|
|
|
5
5
|
- the application process
|
|
6
6
|
- that you must make the supplier declaration and mark at least one service as complete before your application can be considered
|
|
7
7
|
- that you can ask clarification questions only through the updates page in your Digital Marketplace account
|
|
8
|
-
hint: You can ask clarification questions about Digital Outcomes 6 until 3pm
|
|
8
|
+
hint: You can ask clarification questions about Digital Outcomes 6 until 3pm GMT on 4 February 2022. All questions and answers will be published regularly on the updates page. You will be notified by email when new questions and answers are available.
|
|
9
9
|
type: boolean
|
|
10
10
|
assessment:
|
|
11
11
|
passIfIn:
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
name: An internet (web) address
|
|
2
2
|
question: Do you have an internet web address ?
|
|
3
|
-
|
|
3
|
+
|
|
4
|
+
type: radios
|
|
5
|
+
options:
|
|
6
|
+
- label: 'Yes'
|
|
7
|
+
values: web-address-yes
|
|
8
|
+
- label: We do not have an internet(web) address
|
|
9
|
+
values: No
|
|
10
|
+
|
|
4
11
|
followup:
|
|
5
12
|
contactWebContractNotice:
|
|
6
|
-
-
|
|
13
|
+
- 'Yes'
|
|
7
14
|
|
|
8
15
|
|
|
9
16
|
|
|
@@ -2,7 +2,7 @@ name: Asking questions
|
|
|
2
2
|
question: >
|
|
3
3
|
Do you understand that you can ask ‘clarification’ questions on the <a href="https://www.digitalmarketplace.service.gov.uk/suppliers/frameworks/g-cloud-13/updates" target="_blank" rel="noopener noreferrer">G-Cloud 13 updates page (link opens in a new tab)</a> in your Digital Marketplace account?
|
|
4
4
|
hint: >
|
|
5
|
-
You can ask clarification questions about G-Cloud 13 until
|
|
5
|
+
You can ask clarification questions about G-Cloud 13 until 3pm BST 1 April 2022. All questions and answers will be posted regularly on the G-Cloud 13 updates page. You will be notified by email when new clarification questions and answers are available.
|
|
6
6
|
|
|
7
7
|
type: boolean
|
|
8
8
|
assessment:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Energy-efficient datacentres
|
|
2
2
|
question: Do your datacentres adhere to the EU code of conduct for energy-efficient datacentres?
|
|
3
3
|
question_advice: >
|
|
4
|
-
Read about the <a href="
|
|
4
|
+
Read about the <a href="https://ec.europa.eu/jrc/sites/default/files/eu_folder_code_of_conduct.pdf" target="_blank" rel="noopener noreferrer">EU code of conduct for energy-efficient datacentres (link opens in a new tab)</a>.
|
|
5
5
|
|
|
6
6
|
depends:
|
|
7
7
|
- "on": lot
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Government security clearance
|
|
2
2
|
question: >
|
|
3
3
|
If the role requires it, what level of security clearance are you prepared to make sure your staff have?
|
|
4
|
-
question_advice: Read the <a href="https://www.gov.uk/
|
|
4
|
+
question_advice: Read the <a href="https://www.gov.uk/government/publications/united-kingdom-security-vetting-clearance-levels/national-security-vetting-clearance-levels" target="_blank" rel="noopener noreferrer">government guidance on security vetting and clearance (link opens in a new tab)</a>.
|
|
5
5
|
|
|
6
6
|
depends:
|
|
7
7
|
- "on": lot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.22",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|