-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.0
-
-
MOODLE_405_STABLE
-
Moodle Apps Sprint 2025-I1.4
Because of filters, when we implemented the assignment activity in the app we decided to not allow editing submission text in offline. You can add new submissions in offline, but to edit an existing one with text the student needs to be online so the app can fetch the content unfiltered.
In MOBILE-4647 we improved how filters are handled in some activities, and in the workshop activity we implemented so it supports offline for students and at the same time we handle filters properly.
We can do the same for assign: every time the submission text is obtained with filters applied, we can also fetch it unfiltered to have it cached and allow editing it offline.