Quiz essay question: download all files

Re: Quiz essay question: download all files

by Tim Hunt -
Number of replies: 2
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Good idea. Would require some work, but not too much, if anyone wants a little development project. (Could be done as a quiz report plugin: https://docs.moodle.org/dev/Quiz_reports

In reply to Tim Hunt

Re: Quiz essay question: download all files

by Kashmira Nagwekar -

Hello all,

     I would like to take up this project since I have done some similar kind of work while developling a plugin called ‘Merge PDF Files’ (a plugin for merging all the course pdf documents).

I have recently submitted an initial version of this plugin in Moodle plugins Directory for approval process.

The ‘Merge PDF Files’ plugin offers the users a convenient way by which they can merge the PDF documents in a Moodle course.

Forum discussion URL : https://moodle.org/mod/forum/discuss.php?d=352481

Github URL : https://github.com/Kashmira9890/moodle-report_mergefiles

Moodle Plugins directory : https://moodle.org/plugins/report_mergefiles

Also, what is the procedure/requirements for getting assigned to a particular issue in Moodle Tracker.

Thanks,
Kashmira.

Average of ratings: Useful (1)
In reply to Kashmira Nagwekar

Re: Quiz essay question: download all files

by Kashmira Nagwekar -

Hey all,

    I would like to propose a solution regarding the naming convention of the zip folder that would get downloaded after we click on the report link for 'download all files' in moodle quiz settings menu.

For assignment module, the downloaded file has naming convention that looks like :

=> username_id_plugintype_submissionplugintype_filename

for example => Anisha Gadvi_2_assignsubmission_file_filename

For quiz module, I would like to propose a hierarchy of folders concerning user and quiz related information, something like :

=> user_name / attempt_id / question_id / file_name

Thanks,

Kashmira