{#await req_responses}
Récupération des réponses…
{:then} {#each filteredResponses as response, rid (response.id)}
{#if question.kind == 'mcq' || question.kind == 'ucq'} {#if !proposals}
Une erreur s'est produite, aucune proposition n'a été chargée
{:else} {/if} {:else}

{response.value}

{/if}
{#if showStudent}
{#await getUser(response.id_user)}
{:then user} avatar {user.login}
{user.login}
{/await}
{/if}
{/each} {/await}