ClassQuiz - Overview
{#await getData()} {:then quizzes}
{#each quizzes as quiz} {/each}
{$t('words.title')} {$t('overview_page.created_at')} {$t('overview_page.question_count')} {$t('words.play')} {$t('words.edit')} {$t('words.delete')} {$t('words.public')}
{quiz.title} {formatDate(quiz.created_at)} {quiz.questions.length} Edit {#if quiz.public} ✅ {:else} ❌ {/if}
{:catch err}

{err}

{/await}