ClassQuiz - Host {#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} {/if} {:else} {#if timer_res === undefined} Select a question to start! {:else} {$t('admin_page.time_left')}: {timer_res} {/if}
{#if timer_res === '0'} {#if question_results === null}
{:else}
{/if} {:else if timer_res !== undefined} {/if}
{#if get_question_title(selected_question + 1) !== ''}
{:else} {/if} {/if} {#if JSON.stringify(final_results) !== JSON.stringify([null])} {#await import('$lib/play/end.svelte') then c} {/await} {/if}