-
Bug
-
Resolution: Duplicate
-
Trivial
-
None
-
1.6
-
None
-
All
-
MOODLE_16_STABLE
As discussed in http://moodle.org/mod/forum/discuss.php?d=47561 the Quiz module needs a submit all unsubmitted attempts button. I find many students forget to submit their quiz answers.
Adding a button that triggers the following command would be fine:
modify_database(, UPDATE prefix_quiz_attempts SET timefinish=timemodified WHERE quiz={$quiz->id};
- duplicates
-
MDL-3030 Late quiz attempts should be closed automatically
- Closed