diff --git a/client/src/components/content-forms/ExerciseForm.vue b/client/src/components/content-forms/ExerciseForm.vue index c1f4dc25..3413212d 100644 --- a/client/src/components/content-forms/ExerciseForm.vue +++ b/client/src/components/content-forms/ExerciseForm.vue @@ -1,15 +1,49 @@ - Exercise Form + + + + + Ein Eingabefeld für die Antwort wird automatisch hinzugefügt. + + import InfoIcon from '@/components/icons/InfoIcon'; + export default { + components: { + InfoIcon + } + } +
+ Ein Eingabefeld für die Antwort wird automatisch hinzugefügt. +