Hi Guys,
Does anyone of you know how to implement an "auto-save" feature during quiz taking? This will auto-save students answers every interval so that in case students forget to click submit and internet is cutoff or their system hangs then they still have assurance that their answers are still saved.
I noticed that clicking the submit button will save all their attempts and in turn rev-up the seq_number value in the question_states db. However, I'd like that this autosave feature won't revup the seq-number since this will generate a lot of entries in the db given that this is run every interval.