Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Duplicate
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Environment:All
-
Affected Branches:MOODLE_16_STABLE
Description
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}
;
Issue Links
| This issue duplicates: | ||||
| MDL-3030 | Late quiz attempts should be closed automatically |
|
|
|
From Haruhiko Okumura (okumura at edu.mie-u.ac.jp) Sunday, 18 June 2006, 08:48 AM:
I've posted additional info in http://moodle.org/mod/forum/discuss.php?d=47561