ClassQuiz - Host
{#if JSON.stringify(final_results) !== JSON.stringify([null])}
{#await import('$lib/play/end.svelte') then c} {/await} {/if} {#if !success} {#if errorMessage !== ''}

{errorMessage}

{/if} {:else if !game_started}
QR code to join the game

{$t('words.pin')}: {quiz_data.game_pin}

    {#if players.length > 0} {#each players as player}
  • { kick_player(player.username); }}>{player.username}
  • {/each} {/if}
{#if players.length > 0}
{/if}
{:else} {/if}
Download