This commit is contained in:
Mawoka
2024-01-03 18:44:24 +01:00
parent 341796a77a
commit b08890c973
+3 -1
View File
@@ -366,7 +366,9 @@ SPDX-License-Identifier: MPL-2.0
</div>
{/if}
{:else if question.type === QuizQuestionType.SLIDE}
<p>Slide!</p>
<p>Some smart information on a slide</p>
{:else if question.type === QuizQuestionType.ORDER}
<p>Get thing's into the right order!</p>
{:else}
<p>Unknown Question Type (shouldn't happen)</p>
{/if}