Display mcq and ucq corrections
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8acdf30ba4
commit
e0cd502c35
4 changed files with 54 additions and 14 deletions
|
|
@ -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"); }}
|
||||
/>
|
||||
|
|
|
|||
Reference in a new issue