Antwortoptionen Markiere die richtige Antwort. Leere Optionen werden ignoriert — KI ergänzt fehlende Distractors automatisch.
{#each mcOptions as opt, i} {@const letter = ['A', 'B', 'C', 'D'][i]} {@const isCorrect = mcCorrectIdx === i}
{letter} {#if isCorrect && opt.trim()} ✓ Richtig {/if}
{/each}