{$t('words.result', { count: 2 })}
{#if solution.type === QuizQuestionType.ABCD}
{$t('words.answer')}
{$t('words.count')}
{$t('words.correct')}
{#each solution.answers as answer}
{answer.answer}
{data_store[answer.answer]}
{#if answer.right} ✅ {:else} ❌ {/if}
{/each}
{:else if solution.type === QuizQuestionType.RANGE} {#await import('svelte-range-slider-pips')}
{:then c}
{/await} {/if}