-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.2
-
MOODLE_32_STABLE
-
MDL-55616-assign-download-templates -
The folder naming structure for each student folder in the batch downloads isn't great because it's:
1) fairly arbitrary
2) fairly ugly with extra bits that don't make sense to a marker
3) depending on students names can be quite long and unweidly
4) depending on students names they can be quite similar and hard to tell apart
It's currently set to:
firstname lastname_uniqueid_type_subtype
The only thing that really matters is the uniqueid, everything else could be looked up or inferred.
CQU have proposed to turn this into a site config template, which would default to the exact same template as above. There would be a set of tokens which get replaced with the username, first name last name and custom profile field vars etc.
Note the unique id still be hard coded as it's a must have.
eg CQU intend to set it just the student number.
- has a non-specific relationship to
-
MDL-52489 "Download all submissions as a zip" don't copy files with same name from the same student and folder structure is lost
- Closed