{quiz.description}
{$t('words.question')}: {question.question}
{#if question.image} {$t('words.image')}:{question.time}
{#each question.answers as answer, index_answer}{$t('words.answer')}: {index_answer + 1} {$t('words.question')}: {index_question + 1}
{$t('words.answer')} : {quiz.questions[index_question].answers[index_answer].answer}