ClassQuiz - Play
{#if !gameMeta.started && gameData === undefined} {:else if JSON.stringify(final_results) !== JSON.stringify([null])} {:else if gameData !== undefined && question_index === ''} {:else if gameMeta.started && gameData !== undefined && question_index !== '' && answer_results === undefined} {#key unique}
{/key} {:else if gameMeta.started && answer_results !== undefined} {#if answer_results === null}

{$t('admin_page.no_answers')}

{:else}

{$t('words.result', { count: 2 })}

{#key unique} {/key} {/if} {/if}