Fix corrections propagation
This commit is contained in:
parent
e0cd502c35
commit
3d772704b7
4 changed files with 13 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
export let kind = 'mcq';
|
||||
export let prefixid = '';
|
||||
export let readonly = false;
|
||||
export let corrections = {};
|
||||
export let corrections = null;
|
||||
export let id_question = 0;
|
||||
export let value;
|
||||
|
||||
|
|
|
|||
Reference in a new issue