{#each questions as quest}
{quest.label}: {cardData[quest.category]}/{quest.questions.length}
{#each quest.questions as q}
{q.label}
{/each}
{/each}