catalyst / moodle-local_assessfreq

Assessment Frequency core plugin for Moodle
Other
14 stars 10 forks source link

Quizzes in Progres dashboard: Quiz display #78

Open mattporritt opened 3 years ago

mattporritt commented 3 years ago

The quizzes in progress dashboard is currently only displaying quizzes that are strictly in progress by the quiz start and end time. This isn't ideal in a real world case.

Update quiz display to:

guillogo commented 3 years ago

Hi @mattporritt Can you please have a look to this PR: https://github.com/catalyst/moodle-local_assessfreq/pull/90 to solve:

  1. Use participant override data to determine if quiz is in progress or not
  2. Add look ahead and look behind filters. Look behind should pickup quizzes that finished in the last x hours. Look ahead should find quizzes starting in the next x hours.
mattporritt commented 3 years ago

Hi @guillogo, I've merged in PR #90 into the codebase. The next thing to do is to backport this into the MOODLE_39 and MOODLE_35 branches. Feel free\e to squash the commits for those branches. Also you will need to run grunt to create new minifed js for each branch

mattporritt commented 3 years ago

I've backported this now to the 35 and 39 branches