Fix corrections propagation

This commit is contained in:
nemunaire 2022-09-02 11:54:58 +02:00
commit 3d772704b7
4 changed files with 13 additions and 5 deletions

View file

@ -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;