Skip to content

Commit

Permalink
Closes #325
Browse files Browse the repository at this point in the history
  • Loading branch information
mawoka-myblock committed Jan 3, 2024
1 parent 341796a commit b08890c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/lib/editor/sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b08890c

Please sign in to comment.