@@ -10,28 +10,45 @@ <h2 class="app-feedback-panel__title">You’ve just recorded your 5th vaccinatio
1010
1111
1212 < fieldset class ="nhsuk-fieldset ">
13- < legend class ="nhsuk-fieldset__legend nhsuk-u-margin-bottom-4 "> How have you found using this service ?</ legend >
13+ < legend class ="nhsuk-fieldset__legend nhsuk-u-margin-bottom-4 "> How was your experience of recording vaccinations ?</ legend >
1414
1515 < div class ="app-button-group nhsuk-u-margin-bottom-0 ">
16+
17+ {{ button({
18+ text: "Very easy",
19+ classes: "app-button--outlined app-button--small app-button--min-width",
20+ attributes: {
21+ "data-thanks": "Thank you. Do you want to tell us more?"
22+ }
23+ }) }}
24+
1625 {{ button({
1726 text: "Easy",
18- classes: "app-button--outlined app-button--small",
27+ classes: "app-button--outlined app-button--small app-button--min-width ",
1928 attributes: {
2029 "data-thanks": "Thank you. Do you want to tell us more?"
2130 }
2231 }) }}
2332
2433 {{ button({
2534 text: "Ok",
26- classes: "app-button--outlined app-button--small",
35+ classes: "app-button--outlined app-button--small app-button--min-width",
36+ attributes: {
37+ "data-thanks": "Thank you. Do you want to tell us more?"
38+ }
39+ }) }}
40+
41+ {{ button({
42+ text: "Difficult",
43+ classes: "app-button--outlined app-button--small app-button--min-width",
2744 attributes: {
2845 "data-thanks": "Thank you. Do you want to tell us more?"
2946 }
3047 }) }}
3148
3249 {{ button({
33- text: "Hard ",
34- classes: "app-button--outlined app-button--small",
50+ text: "Very difficult ",
51+ classes: "app-button--outlined app-button--small app-button--min-width ",
3552 attributes: {
3653 "data-thanks": "Thank you. Do you want to tell us more?"
3754 }
0 commit comments