{#await surveyP then survey}

{survey.title} RĂ©ponses

{#await getSharedQuestions(survey.id, secret)}
Chargement des questions …
{:then questions} {#each questions as question (question.id)}

{question.title}

{#if question.kind == "text" || (exportview_list && question.kind.indexOf("list") == 0)} {#await question.getResponses(secret) then responses} {#each responses as response (response.id)}

{response.value}

{/each} {/await} {:else} {/if}
{/each} {/await} {/await}