Export all assignments for specific user/student

Export all assignments for specific user/student

by Ezra Steenkamp -
Number of replies: 1

Hi there.

Any guidance welcome.

I want to export all the submitted assignments for a specific course of 1 specific user/student.

Currently you can only export each assignment on its own, not all at all for the student.

Any guidance on how this can be done, unless I missed a feature or plugin developed.


Average of ratings: -
In reply to Ezra Steenkamp

Re: Export all assignments for specific user/student

by Stan Klapauszak -
Hi Ezra - I would be very interested in this capability also. This capability (export all xxx for a student) should be a not-too-difficult extension to the existing Portfolio plugin - the difficult "export" part of the plugin is already done, and all that is necessary is to add some code to search the Moodle database for all instances of the selected object-type for that student in that course, and invoke the export function for each.