Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.9.3
-
Fix Version/s: DEV backlog
-
Component/s: Forms Library, HTML Editor
-
Labels:None
-
Difficulty:Moderate
-
Affected Branches:MOODLE_19_STABLE
Description
This emerged during the discussion at MDL-13370. Shortly: use AJAX to automatically and periodically (eg. every minute) save the content of a WYSIWYG editor to the concepts (drafts) space. See GMail for the working example.
It seems to me that we could use table mdl_post for this therefore not DB changes should be required. There will be a flag for a rich text field definitions that enables this feature. Every WYSIWYG will have to have some uniq identifier. Concepts are accessible to their owners only (and admins?) - maybe via a card in their profiles? Their lifetime is a subject of configuration - couple of hours by default.
Attachments
Issue Links
| This issue will help resolve: | ||||
| MDL-14963 | Quiz Autosaving Feature |
|
|
|
| MDL-16732 | Add Forum Auto-Save and/or "Save without Posting" button |
|
|
|
| MDL-15220 | Alert user when hitting browser's Back button while in essay textarea with HTML editor |
|
|
|
| MDL-15855 | Give users the ability to save draft versions of forum posts |
|
|
|
| This issue has been marked as being related by: | ||||
| MDL-13370 | Let user confirm leaving a page without saving form chages |
|
|
|
By Olli Savolainen at http://moodle.org/mod/forum/discuss.php?d=74710 :
"A similar thing could be done, yes, for forum posting, too, or for that matter any other form field. Since Moodle uses YUI instead of prototype, it should be done with that, and probably we should try to make it more general than just something that works for quiz or for forum; i.e. this kind of functionality should be integrated in the editor itself and a general backend to receive the autosaves would need to be created."