diff --git a/frontend/src/lib/editor/sidebar.svelte b/frontend/src/lib/editor/sidebar.svelte index b28d88a..fa5d1a1 100644 --- a/frontend/src/lib/editor/sidebar.svelte +++ b/frontend/src/lib/editor/sidebar.svelte @@ -366,7 +366,9 @@ SPDX-License-Identifier: MPL-2.0 {/if} {:else if question.type === QuizQuestionType.SLIDE} -
Slide!
+Some smart information on a slide
+ {:else if question.type === QuizQuestionType.ORDER} +Get thing's into the right order!
{:else}Unknown Question Type (shouldn't happen)
{/if}