Display mcq and ucq corrections
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
nemunaire 2022-09-01 22:09:14 +02:00
commit e0cd502c35
4 changed files with 54 additions and 14 deletions

View file

@ -14,6 +14,7 @@
export let qid;
export let response_history = null;
export let readonly = false;
export let corrections = {};
export let survey = null;
export let value = "";
@ -92,6 +93,7 @@
{proposals}
readonly
live={survey.direct !== null}
{corrections}
bind:value={value}
on:change={() => { dispatch("change"); }}
/>
@ -110,6 +112,7 @@
{proposals}
{readonly}
live={survey.direct !== null}
{corrections}
bind:value={value}
on:change={() => { dispatch("change"); }}
/>