{#if $user && $user.is_admin} {#if edit} {:else} {/if} {/if}
{#if false && response_history}
Historique :
{/if} {#if edit} {#if question.kind == 'text' || question.kind == 'int'}
{:else} {#await question.getProposals()}
Chargement des choix …
{:then proposals} { dispatch("change"); }} /> {/await} {/if} {:else if question.kind == 'mcq' || question.kind == 'ucq'} {#await question.getProposals()}
Chargement des choix …
{:then proposals} { dispatch("change"); }} /> {/await} {:else if readonly}

{value}

{:else if question.kind == 'int'} { dispatch("change"); }} > {:else} {/if} {#if survey && survey.corrected} {/if} {#if false}
Créez la question pour ajouter des propositions
{question.response.score} %

{question.response.score_explaination}

{/if}