Moodle Plugins directory: Quiz Filedownloader: Versions: 4.4 and 4.5 | Moodle.org
Quiz Filedownloader
Quiz reports ::: quiz_filedownloader
Maintained by
Antonia Bonaccorso,
Thomas Korner,
ETH Zürich
The filedownloader plugin lets you download files attached to questions within a quiz. The plugin lets you choose which questiontypes will be included in the download. Also it will create a textfile that cointains user and meta information for each downloaded file.
Quiz Filedownloader 4.4 and 4.5
Moodle 4.4, 4.5
Released: 2025年 01月 27日(月曜日) 17:07
Code prechecks
overview
phplint
phpcs10 | 96
js
css
phpdoc1 | 0
savepoint
thirdparty
grunt
shifter
mustache
gherkin
HTML | XMLFiledownloader
What it is
The filedownloader plugin lets you download files attached to questions within a quiz. The plugin lets you choose which questiontypes will be included in the download. Also it will create a textfile that cointains user and meta information for each downloaded file.
Preferences
Included Questiontypes
Lets you choose which questiontypes will be included while using the plugin.
Anonymization
For each included user the plugin will generate an USERINFO.txt file that contains
- Firstname*
- Lastname*
- id-number
- Database user id
- E-mail*
- Question name
- Question id
- Course name
- Course id
(*) if anonymization is disabled.
With anonymization enabled, names and e-mail adresses will also be cut from the output folder names.
Choosable filestructure
This option enabled will allow users to switch between two file structures with each download.
- Option:
Question / User / Attempt / file
- Option:
Question / User_Attempt_file
Installation
- Extract the contents of the downloaded zip to
mod/quiz/report/
. - Rename the extracted folder to
filedownloader
. - Start the Moodle upgrade procedure.
Contributors
ETH Zürich (Lead maintainer) Thomas Korner (Service owner, thomas.korner@let.ethz.ch)
Version information
- Version build number
- 2024100100
- Version release name
- 4.4 and 4.5
- Maturity
- 安定版
- MD5 Sum
- 980477085aa23741f66cfad6ff30a9e5
- Supported software
- Moodle 4.4, Moodle 4.5
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Quiz reports
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myreport") in the "mod/quiz/report" subdirectory.
- Visit http://yoursite.com/admin to finish the installation