diff --git a/client/src/components/Feedback.vue b/client/src/components/Feedback.vue index bf9da76f..f0804c6a 100644 --- a/client/src/components/Feedback.vue +++ b/client/src/components/Feedback.vue @@ -2,56 +2,140 @@

Feedback

-

Motivation

Würden Sie den Kurs weiterempfehlen?

- +
-

Zufriedenheit insgesamt

- + + +
- - Motivation -
- -
- - {{ motivation.name }} - -
-
-
-
+ + + + + + +

Motivation

+ Persönliches Interesse + Berufliches Interesse + Pflichtkurs + Andere Gründe
diff --git a/client/src/components/ui/ItCheckbox.vue b/client/src/components/ui/ItCheckbox.vue index 76345dee..d729ed8d 100644 --- a/client/src/components/ui/ItCheckbox.vue +++ b/client/src/components/ui/ItCheckbox.vue @@ -39,8 +39,8 @@ const input = (e: Event) => { class="w-8 h-8 block flex-none bg-contain disabled:opacity-50 cy-checkbox cy-checkbox-checked" :class=" checked - ? 'bg-[url(\'/static/icons/icon-checkbox-checked.svg\')] hover:bg-[url(\'/static/icons/icon-checkbox-checked-hover.svg\')]' - : 'bg-[url(\'/static/icons/icon-checkbox-unchecked.svg\')] hover:bg-[url(\'/static/icons/icon-checkbox-unchecked-hover.svg\')]' + ? 'bg-[url(/static/icons/icon-checkbox-checked.svg)] hover:bg-[url(/static/icons/icon-checkbox-checked-hover.svg)]' + : 'bg-[url(/static/icons/icon-checkbox-unchecked.svg)] hover:bg-[url(/static/icons/icon-checkbox-unchecked-hover.svg)]' " tabindex="0" @keydown.stop="keydown" diff --git a/client/src/components/ui/ItRadioGroup.vue b/client/src/components/ui/ItRadioGroup.vue new file mode 100644 index 00000000..41a18997 --- /dev/null +++ b/client/src/components/ui/ItRadioGroup.vue @@ -0,0 +1,46 @@ + + +