{#if $user && $user.is_admin} {#if edit} {:else} {/if} {/if}
{#if false && response_history}
Historique :
{/if} {#if edit} {#if question.kind && (question.kind == 'text' || question.kind == 'int' || question.kind.startsWith('list'))}
{:else if question.kind} {#if !question.id} Veuillez enregistrer la question pour pouvoir ajouter des propositions. {:else} {#await question.getProposals()}
Chargement des choix …
{:then proposals} { dispatch("change"); }} /> {/await} {/if} {/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 question.kind && question.kind.startsWith('list')} { dispatch("change"); }} /> {:else} {/if} {#if survey && survey.corrected && response_history} {/if}