-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.6, 4.2.3, 4.3.1
Given a quiz with one essay question using (new) default TinyMCE.
Attempt the quiz as student and start typing. The console shows that TinyMCE is autosaving the data in order to recover in case of problems. However, in some cases, the data is not autosaved on the quiz side, i. e. M.mod_quiz.autosave.save_changes is not called, checking the student's log shows no entries of autosave and reviewing the student's (in progress) attempt shows an empty field.
This may seem related to MDL-74378, but it is not. It can happen for quizzes with a time limit or a closing time, even for short quizzes.
Update
The error happens, because we attach the change (et al.) event handlers to TinyMCE's AddEditor handler. However, in some cases (and for whatever reason), at least one editor might already exist and, thus, will not get the handlers attached, because it is not added anymore.
- has a non-specific relationship to
-
MDL-61318 Quiz question answered in TinyMCE Editor full screen mode is not autosaved
-
- Open
-