ClassQuiz - View {quiz.title}

{quiz.title}

{quiz.description}

{#if logged_in} {:else} {/if}
{$t('words.report')}
{#each quiz.questions as question, index_question}

{$t('words.question')} {index_question + 1}

{$t('words.question')}: {question.question}

{#if question.image} {$t('words.image')}: Not provided {/if} {$t('editor.time_in_seconds')}:

{question.time}

{#each question.answers as answer, index_answer}

{$t('words.answer')} {index_answer + 1}

{$t('words.answer')}: {index_answer + 1} {$t('words.question')}: {index_question + 1}

{$t('words.answer')} : {quiz.questions[index_question].answers[index_answer].answer}

{/each}
{/each}