ccs-digitalmarketplace-frameworks 4.4.43 → 4.4.44
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/questions/services/carbonReductionEmissionsBaseYear1.yml +8 -10
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/carbonReductionEmissionsBaseYear2.yml +7 -12
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/carbonReductionEmissionsBaseYear3.yml +7 -11
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/carbonReductionEmissionsCurrentYear1.yml +7 -11
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/carbonReductionEmissionsCurrentYear2.yml +7 -12
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/carbonReductionEmissionsCurrentYear3.yml +7 -12
- package/package.json +1 -1
|
@@ -4,21 +4,19 @@ question: >
|
|
|
4
4
|
<p class="govuk-label--m">Please confirm the Scope 1 to 3 emissions detailed in your carbon reduction plan</p>
|
|
5
5
|
|
|
6
6
|
<p class="govuk-hint">tCO2e (Tonne of carbon dioxide equivalent) must be entered for each field as a numeric value, e.g. 20.3</p>
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
<p class="govuk-hint">If you are unable to provide any emissions data for your baseline and/or your current/reporting year, please enter a 0.</p>
|
|
9
9
|
|
|
10
10
|
<p class="govuk-label--m">Baseline Year Scope 1 Emissions (tCO2e)</p>
|
|
11
|
-
|
|
12
|
-
type:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
limits:
|
|
16
|
-
decimal : 0.01
|
|
11
|
+
|
|
12
|
+
type: text
|
|
13
|
+
|
|
14
|
+
pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
|
|
17
15
|
|
|
18
16
|
validations:
|
|
19
17
|
-
|
|
20
18
|
name: answer_required
|
|
21
|
-
message: You must select an option
|
|
22
|
-
-
|
|
23
|
-
name: not_a_number
|
|
24
19
|
message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
|
|
20
|
+
-
|
|
21
|
+
name: invalid_format
|
|
22
|
+
message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
|
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
name: Baseline Year Scope 2 Emissions (tCO2e)
|
|
2
|
-
|
|
3
2
|
question: Baseline Year Scope 2 Emissions (tCO2e)
|
|
4
3
|
|
|
5
|
-
type:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
decimal : 0.01
|
|
10
|
-
|
|
4
|
+
type: text
|
|
5
|
+
|
|
6
|
+
pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
|
|
7
|
+
|
|
11
8
|
validations:
|
|
12
9
|
-
|
|
13
10
|
name: answer_required
|
|
14
|
-
message: You must select an option
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
name: not_a_number
|
|
18
11
|
message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
|
|
19
|
-
|
|
12
|
+
-
|
|
13
|
+
name: invalid_format
|
|
14
|
+
message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
name: Baseline Year Scope 3 Emissions (tCO2e)
|
|
2
|
-
|
|
3
2
|
question: Baseline Year Scope 3 Emissions (tCO2e)
|
|
4
3
|
|
|
5
|
-
type:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
decimal : 0.01
|
|
10
|
-
|
|
4
|
+
type: text
|
|
5
|
+
|
|
6
|
+
pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
|
|
7
|
+
|
|
11
8
|
validations:
|
|
12
9
|
-
|
|
13
10
|
name: answer_required
|
|
14
|
-
message: You must select an option
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
name: not_a_number
|
|
18
11
|
message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
|
|
12
|
+
-
|
|
13
|
+
name: invalid_format
|
|
14
|
+
message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
name: 'Current / Most Recent Reporting Year Scope 1 Emissions (tCO2e)'
|
|
2
|
-
|
|
3
2
|
question: 'Current / Most Recent Reporting Year Scope 1 Emissions (tCO2e)'
|
|
4
3
|
|
|
5
|
-
type:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
decimal : 0.01
|
|
10
|
-
|
|
4
|
+
type: text
|
|
5
|
+
|
|
6
|
+
pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
|
|
7
|
+
|
|
11
8
|
validations:
|
|
12
9
|
-
|
|
13
10
|
name: answer_required
|
|
14
|
-
message: You must select an option
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
name: not_a_number
|
|
18
11
|
message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
|
|
12
|
+
-
|
|
13
|
+
name: invalid_format
|
|
14
|
+
message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
|
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
name: 'Current / Most Recent Reporting Year Scope 2 Emissions (tCO2e)'
|
|
2
|
-
|
|
3
2
|
question: 'Current / Most Recent Reporting Year Scope 2 Emissions (tCO2e)'
|
|
4
3
|
|
|
5
|
-
type:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
decimal : 0.01
|
|
10
|
-
|
|
4
|
+
type: text
|
|
5
|
+
|
|
6
|
+
pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
|
|
7
|
+
|
|
11
8
|
validations:
|
|
12
9
|
-
|
|
13
10
|
name: answer_required
|
|
14
|
-
message: You must select an option
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
name: not_a_number
|
|
18
11
|
message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
|
|
19
|
-
|
|
12
|
+
-
|
|
13
|
+
name: invalid_format
|
|
14
|
+
message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
|
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
name: 'Current / Most Recent Reporting Year Scope 3 Emissions (tCO2e)'
|
|
2
|
-
|
|
3
2
|
question: 'Current / Most Recent Reporting Year Scope 3 Emissions (tCO2e)'
|
|
4
3
|
|
|
5
|
-
type:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
decimal : 0.01
|
|
10
|
-
|
|
4
|
+
type: text
|
|
5
|
+
|
|
6
|
+
pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
|
|
7
|
+
|
|
11
8
|
validations:
|
|
12
9
|
-
|
|
13
10
|
name: answer_required
|
|
14
|
-
message: You must select an option
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
name: not_a_number
|
|
18
11
|
message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
|
|
19
|
-
|
|
12
|
+
-
|
|
13
|
+
name: invalid_format
|
|
14
|
+
message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
|