diff --git a/frontend/src/routes/view/[quiz_id].svelte b/frontend/src/routes/view/[quiz_id].svelte index 403f6f5..5d30ad6 100644 --- a/frontend/src/routes/view/[quiz_id].svelte +++ b/frontend/src/routes/view/[quiz_id].svelte @@ -59,6 +59,7 @@ created_at: string; updated_at: string; user_id: string; + imported_from_kahoot?: boolean; questions: Question[]; } @@ -92,6 +93,57 @@

{quiz.description}

+
+ {#if quiz.imported_from_kahoot === true} + + + + {:else if quiz.imported_from_kahoot === false} + + + + {:else} + + + + {/if} +
{#if logged_in}