diff --git a/projects/v3/src/app/components/fast-feedback/fast-feedback.component.html b/projects/v3/src/app/components/fast-feedback/fast-feedback.component.html index 5e7e9cee0..a85d79bd5 100644 --- a/projects/v3/src/app/components/fast-feedback/fast-feedback.component.html +++ b/projects/v3/src/app/components/fast-feedback/fast-feedback.component.html @@ -1,7 +1,10 @@ - + - Pulse Check - + Pulse Check + @@ -12,18 +15,22 @@
-

Select the skill level that best describes you right now.

+

Select the skill level that best describes you right now.

-

+

Please help us to improve your experience.
We want to know how are you doing.

-
-
+ +
Questions {{ currentPageRange.start }}-{{ currentPageRange.end }} of {{ currentPageRange.total }}
@@ -37,10 +44,13 @@

- * + * - + (mouseenter)="onChoiceHover(question.id, choice.id)" (mouseleave)="onChoiceLeave()" (focus)="onChoiceHover(question.id, choice.id)" - (blur)="onChoiceLeave()" - > + (blur)="onChoiceLeave()"> + slot="start" + mode="md">

+ class="choice-description body-3 ion-margin-top animate-fade-in" + [innerHTML]="choice.description">

-