From b08890c973a4d95820d86ab4c070ef7b7df66960 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 3 Jan 2024 18:44:24 +0100 Subject: [PATCH] :sparkles: Closes #325 --- frontend/src/lib/editor/sidebar.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}