🐛 Fixed bug where no answers where shown in public quizzes

This commit is contained in:
Mawoka
2022-08-17 20:52:55 +02:00
parent cf951c3d20
commit 1e319c6346
+1 -1
View File
@@ -164,7 +164,7 @@
>
<span class="text-lg">{question.time}s</span>
</p>
{#if question.type === QuizQuestionType.ABCD}
{#if question.type === QuizQuestionType.ABCD || question.type === undefined}
<div class="grid grid-cols-2 gap-4 m-4 p-6">
{#each question.answers as answer, index_answer}
<div