{@html promptHtml}
{#if !submitted}
{:else}
{#if result === 'correct'}✓ Richtig {:else if result === 'close'}≈ Fast {:else}✗ Falsch{/if} „{input}"

{@html answerHtml}
{#if result === 'correct'} {:else if result === 'close'} {:else} {/if}
{/if}