✨ Implemented in Dashboard
This commit is contained in:
@@ -247,6 +247,18 @@
|
|||||||
numbers between {question.answers.min} and {question
|
numbers between {question.answers.min} and {question
|
||||||
.answers.max} can be selected.
|
.answers.max} can be selected.
|
||||||
</p>
|
</p>
|
||||||
|
{:else if question.type === QuizQuestionType.VOTING}
|
||||||
|
<div class="grid grid-cols-2 gap-4 m-4 p-6">
|
||||||
|
{#each question.answers as answer}
|
||||||
|
<div
|
||||||
|
class="p-1 rounded-lg py-4 dark:bg-gray-500 bg-gray-300"
|
||||||
|
>
|
||||||
|
<h4 class="text-center">
|
||||||
|
{answer.answer}
|
||||||
|
</h4>
|
||||||
|
</div>
|
||||||
|
{/each}
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</SwiperSlide>
|
</SwiperSlide>
|
||||||
|
|||||||
Reference in New Issue
Block a user