{#if showQuestion}
{question.data.question}
{#each _choices as choice}
{choice}
{/each}
{/if}