{#each fields as field (field.key)}
{#if showResult}
{question.values[question.correct[field.key]]}
{/if}
{/each}