-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.3
-
MOODLE_23_STABLE
Basically the same issue as this one: http://tracker.moodle.org/browse/MDL-30144 except for version 2.3.
I narrowed this down to the assign::get_all_submissions function: http://pastebin.com/UuvMBT70 . The comments indicate that it should return all submissions by ENROLLED students, but the SQL doesn't look at enrolled users. Here's a patch I came up with: http://pastebin.com/jmPKZ4z2 . I based it heavily off of the user filtering found in the assign_grading_table class (in mod/assign/gradingtable.php).
- has been marked as being related by
-
MDL-36985 Assignment activity "Download all submissions" action includes files a student removed from online submission text
-
- Closed
-
- is duplicated by
-
MDL-35589 download all submitted in assignment 2.3 gives a zip-file with also items from students that are no longer enrolled
-
- Closed
-
- will be (partly) resolved by
-
MDL-36263 the count of an assignment's number of submissions includes unenrolled users.
-
- Closed
-