https://github.com/bfh/moodle-qtype_fileresponse
moodle-qtype_fileresponse
https://github.com/bfh/moodle-qtype_fileresponse
hacktoberfest moodle-plugin open-source
Last synced: about 2 months ago
JSON representation
moodle-qtype_fileresponse
- Host: GitHub
- URL: https://github.com/bfh/moodle-qtype_fileresponse
- Owner: bfh
- Created: 2015-05-22T08:10:09.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T13:27:41.000Z (6 months ago)
- Last Synced: 2025-12-21T15:18:36.494Z (6 months ago)
- Topics: hacktoberfest, moodle-plugin, open-source
- Language: PHP
- Homepage:
- Size: 674 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/bfh/moodle-qtype_fileresponse/actions/workflows/moodle-ci.yml)
# File Response
File Response is a Moodle question type that provides some additional functions compared to the essay question type, which can as well be used to prompt for files in a question setting.
## Features
* Possibility to prevent "Save as…" OS dialogs where participants could browse the file system and possibly open executables by using the [menu key][menukey], circumventing the suppressed mouse context-click (important in a [Safe Exam Browser][safeexambrowser] environment).
* Allow or disallow attachment downloads when there are uploaded files, individually for each question.
* Allow or disallow repositories when uploading files, individually for each question.
## Download
Visit [File Response's Github page][fileresponse_github] to either download a package or clone the git repository.
## Installation
File Response question type should be installed as 'fileresponse' to your moodle/question/type directory.
## Contributions
Contributions of any form are welcome. Github pull requests are preferred.
File any bugs, improvements, or feature requiests in our [issue tracker][issues].
Possible issues are likely to be found in the backup / restore / migrate question from a Moodle version to another process, since there has not been excessive testing in those fields.
## License
File Response adopts the same license that Moodle does.
[fileresponse_github]: https://github.com/bfh/moodle-qtype_fileresponse
[issues]: https://github.com/bfh/moodle-qtype_fileresponse/issues
[safeexambrowser]: http://www.safeexambrowser.org
[menukey]: http://en.wikipedia.org/wiki/Menu_key