✨ Closes #325
This commit is contained in:
@@ -366,7 +366,9 @@ SPDX-License-Identifier: MPL-2.0
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{:else if question.type === QuizQuestionType.SLIDE}
|
{: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}
|
{:else}
|
||||||
<p>Unknown Question Type (shouldn't happen)</p>
|
<p>Unknown Question Type (shouldn't happen)</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user