Merge pull request #919 from pateljannat/quiz-instructions

fix: instructions for user input questions
This commit is contained in:
Jannat Patel
2024-07-04 10:25:00 +05:30
committed by GitHub

View File

@@ -69,7 +69,10 @@
<span class="mr-2">
{{ __('Question {0}').format(activeQuestion) }}:
</span>
<span>
<span v-if="questionDetails.data.type == 'User Input'">
{{ __('Type your answer') }}
</span>
<span v-else>
{{
questionDetails.data.multiple
? __('Choose all answers that apply')