rw-moore / SciLO

GNU General Public License v3.0
0 stars 0 forks source link

Further implementation of saving in a quiz. #137

Open corlick98 opened 2 years ago

corlick98 commented 2 years ago

Is your feature request related to a problem? Please describe. An attempt on a quiz should be saved in each of 3 cases:

  1. When the user clicks the save button
  2. When the user changes pages (will be implemented in the future #136)
  3. 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.
corlick98 commented 2 years ago

We currently handle case 1.

bohungi commented 2 years ago

That's a good way to start. For future purposes, it would be good to make the time interval for auto-save parametric.

corlick98 commented 2 years ago

We currently handle case 3.

bohungi commented 2 years ago

Good move! -