fix: instructions for user input questions

This commit is contained in:
Jannat Patel
2024-07-03 22:41:39 +05:30
parent 0c52b5a8ec
commit 686839adc1

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')