From 686839adc17f0a4d8a55d5c17ec1ac73148a5ffd Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 3 Jul 2024 22:41:39 +0530 Subject: [PATCH] fix: instructions for user input questions --- frontend/src/components/Quiz.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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')