Can display corrections in live sessions
This commit is contained in:
parent
99441d54f3
commit
89f61d1046
4 changed files with 47 additions and 9 deletions
|
|
@ -132,7 +132,7 @@
|
|||
></textarea>
|
||||
{/if}
|
||||
|
||||
{#if survey && survey.corrected}
|
||||
{#if survey && survey.corrected && response_history}
|
||||
<ResponseCorrected
|
||||
response={response_history}
|
||||
{survey}
|
||||
|
|
|
|||
Reference in a new issue