diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue
index cec001b1..4bcd4937 100644
--- a/frontend/src/components/Quiz.vue
+++ b/frontend/src/components/Quiz.vue
@@ -69,7 +69,10 @@
{{ __('Question {0}').format(activeQuestion) }}:
-
+
+ {{ __('Type your answer') }}
+
+
{{
questionDetails.data.multiple
? __('Choose all answers that apply')