{#if showQuestion}
{question.data.question}
{/if} {#if showPlayer}
{#if audioPath}
{:else}
Kein Audio ausgewählt
{/if}
{/if} {#if showQuestion}
{#each _choices as choice}
{choice}
{/each}
{/if}