Is your feature request related to a problem? Please describe.
An attempt on a quiz should be saved in each of 3 cases:
When the user clicks the save button
When the user changes pages (will be implemented in the future #136)
Every 2 minutes
Additional context
This is an imitation of how eclass handles it.
When it comes to saving answers in a Quiz, by default, every time a student switches pages in a quiz, the results are saved to the eClass server.
In addition, clicking the Save progress button at any time will do the same thing.
Without Students saving by those methods above, the system will auto save every two (2) minutes.
Is your feature request related to a problem? Please describe. An attempt on a quiz should be saved in each of 3 cases:
Additional context This is an imitation of how eclass handles it.