THANK YOU
FOR YOUR INFORMATION
One of our expert will be in touch with you…
Are you still figuring out which LMS is the best? Grab the chance to explore the LMS Buyer's Guide and get started.
This blog post will show you how to create a quiz using the Moodle system that will restore the users inputted answers in case communication with the server is interrupted by a faulty Internet connection. This is especially useful in the Distance Learning environment where Internet connections are oftentimes unreliable.
Timing parameters:
Question asked when the user disconnected:
Quiz attempt in progress when the user returns:
ย
Confirmation before submitting the quiz attempt:
Review your attempt:
Restore auto-saved content button
Weโve enabled a button to restore the content a user has entered into a text area after he/she has lost the connection or communication is interrupted between his or her location and the moodle server. ย The way it works is that when the user comes back after communication with the server has been interrupted the user can restore the previously entered text by clicking the โRestore auto-saved contentโ button.
This functionality saves the usersยด every keystroke so no timer has to be set up.
How to enable the button (Moodle 2.4):
Open file lib/editor/tinymce/lib.php
Look up for $params variable around line 137.
In the โpluginsโ item of the array add โ,autosaveโ at the end and without quotes.
As moodle administrator go to: Site administration >> Plugins >> Text editors >> TinyMCE HTML editor >> General settings
In the Editor toolbar add โrestoredraftโ wherever you want the restore button to appear.
Save changes.
ย
If you donโt see the button appear on a text area after this try clearing the browser’s cache.
ย
Confirmation before submitting the quiz caching Moodle attempt: