ClassQuiz - Play {#if gameData !== undefined} {#each gameData.questions as question} {#if question.image !== undefined} {/if} {/each} {/if}
{#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} {#key unique} {/key} {/if}