{$t('words.result', { count: 2 })}

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